navigator.series.highlightObject
Configures the appearance of highlighted points.
** Applicable to candlestick and ohlc series. **
navigator.series.highlight.borderObject
The border of highlighted points. The color is computed automatically from the base point color.
navigator.series.highlight.border.widthNumber
The width of the border.
navigator.series.highlight.border.colorString
The border color.
navigator.series.highlight.border.opacityNumber
The border opacity.
navigator.series.highlight.colorString
The highlight color.
** Available only for pie series **
navigator.series.highlight.lineObject
Line options for highlighted points. The color is computed automatically from the base point color.
** Available only for candlestick series **
navigator.series.highlight.line.widthNumber
The width of the line.
navigator.series.highlight.line.colorString
The line color.
navigator.series.highlight.line.opacityNumber
The opacity of the line.
navigator.series.highlight.opacityNumber
The opacity of the highlighted points.
navigator.series.highlight.visibleBoolean
(default: true)
A value indicating if the series points should be highlighted.
In this article