graph » plot » error » hover-state
hover-state, hoverState
[ root » graph » plot » error » hover-state]
To style how the chart error bars appear when hovered over. (To turn off the hover state, add a visible
attribute and set the value to false
.) Refer to the Error Bars 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" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
line-gap-size lineGapSize | Mixed | Can be used to create custom dashed or dotted lines when used with 4 | "6px" | ... |
line-segment-size lineSegmentSize | Mixed | Can be used to create custom dashed or dotted lines when used with 4 | "6px" | ... |
line-style lineStyle | String | Sets the style applied to lines and borders of the object. "solid" | "dotted" | "dashed" | "dashdot" |
line-width lineWidth | Mixed | Sets the line width of the object, applicable on non-closed shapes. See also 4 | "6px" | ... |
visible | Boolean | Sets the visibility of the object. true | false | 1 | 0 |