SeriesHighlight
The configuration options of the series highlight.
Name | Type | Default | Description |
---|---|---|---|
border? |
|
The border of the highlighted Chart series.
The color is computed automatically from the base point color.
The border option is supported when | |
color? |
|
The highlight color. Accepts a valid CSS color string, including HEX and RGB.
The color option is supported when | |
inactiveOpacity? |
|
The opacity of the series when another series is highlighted. | |
line? |
|
The line of the highlighted Chart series.
The color is computed automatically from the base point color.
The line option is supported when | |
markers? |
|
The appearance of the highlighted point markers.
The markers option is supported when | |
opacity? |
|
The opacity of the highlighted points.
The opacity option is supported when | |
toggle? |
|
A function for handling the toggling of the points highlight. | |
visible? |
|
If set to | |
visual? |
|
A function for setting custom visuals for the point highlights. |