SeriesHighlight
Represents the configuration options of the series highlight.
Name | Type | Default | Description |
---|---|---|---|
border? |
|
Specifies the border of the highlighted Chart series.
Computes the color automatically from the base point color.
This option is supported when | |
color? |
|
Specifies the highlight color. Accepts a valid CSS color string, including HEX and RGB.
This option is supported when | |
inactiveOpacity? |
|
Specifies the opacity of the series when another series is highlighted. | |
line? |
|
Specifies the line of the highlighted Chart series.
Computes the color automatically from the base point color.
This option is supported when | |
markers? |
|
Specifies the appearance of the highlighted point markers.
This option is supported when | |
opacity? |
|
Specifies the opacity of the highlighted points.
This option is supported when | |
toggle? |
|
Specifies a function for handling the toggling of the points highlight. | |
visible? |
|
Determines whether the Chart highlights the series when the user hovers over it with the mouse.
When set to | |
visual? |
|
Specifies a function for setting custom visuals for the point highlights. |