graph » series » goal
goal
[ root » graph » series » goal]
Bullet Charts Only: To style the goals on a bullet chart. Refer to the Bullet Charts Tutorial for more information.
Attribute | Type | Info |
---|---|---|
alpha | Numeric | Sets the transparency of the object. Values must range between 0.0 and 1.0, with 0.0 being completely invisible and 1.0 being completely opaque. Note that values require the leading zero before the decimal. 0.3 | 0.9 | ... |
background-color backgroundColor | Mixed | Sets the background color of the object. "none" | "transparent" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
border-color borderColor | Mixed | Sets the border color of the object. "none" | "transparent" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
border-radius borderRadius | Numeric | Sets the border radius of the object for rounded corners. 4 | "6px" | "6px 10px 3px 5px" | "-10px" | ... |
border-width borderWidth | Numeric | Sets the border width of the object. 4 | "6px" | ... |
height | Numeric | Sets the height of the object. 10 | "20px" |
line-style lineStyle | String | Sets the line style of the object. "solid" | "dotted" | "dashed" | "dashdot" |