series.highlightObject

Configures the appearance of highlighted points.

series.highlight.visibleBoolean(default: true)

A value indicating if the series points should be highlighted.

series.highlight.borderObject

The border of highlighted points. The color is computed automatically from the base point color.

** Applicable to bubble, pie, candlestick and ohlc series. **

series.highlight.border.widthNumber

The width of the border.

series.highlight.border.colorString

The border color.

series.highlight.border.opacityNumber

The border opacity.

series.highlight.colorString

The highlight color.

** Available only for pie series **

series.highlight.lineObject

Line options for highlighted points. The color is computed automatically from the base point color.

** Available only for candlestick series **

series.highlight.line.widthNumber

The width of the line.

series.highlight.line.colorString

The line color.

series.highlight.line.opacityNumber

The opacity of the line.

series.highlight.opacityNumber

The opacity of the highlighted points.

** Applicable to bubble, pie, candlestick and ohlc series. **