graph » scale-v » ref-line
ref-line, refLine
[ root » graph » scaleV » refLine ]
Radar Charts Tutorial Use the refLine
object to style the scaleV
reference line. Refer to the Radar 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. Please note that values also require the leading 0 before the decimal. 0.3 | 0.9 | ... |
line-color lineColor | String | Sets the line color of the object. 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
line-style lineStyle | String | Sets the line style of the object. 'solid' | 'dotted' | 'dashed' | 'dashdot' |
line-width lineWidth | Numeric | Sets the line width of the object. 1 | 3 | '6px' | ... |
visible | Boolean | Sets the visibility of the object. true | false |