graph » scale-x » transform » guide
scaleX guide
[ root » graph » scaleX » transform » guide ]
Use the guide
object to add time-series guides to your chart.
Attribute | Type | Info |
---|---|---|
alpha | Numeric | Sets the transparency of the scale-x / scale-y guide. See the red lines. 0.3 | 0.9 | ... |
line-color lineColor | String | Sets the line color of the scale-x / scale-y guide. See the red lines. "none" | "transparent" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
line-style lineStyle | String | Sets the style applied to lines and borders of the scale-x / scale-y guide. See the red lines. "solid" | "dotted" | "dashed" | "dashdot" |
line-width lineWidth | Mixed | Sets the line width of the object, applicable on non-closed shapes. For the scale-x / scale-y guide. See the red lines. 4 | "6px" | ... |
visible | Boolean | Sets the visibility of the object. Allows you to turn off the object without removing lines of JSON. true | false | 1 | 0 |