series.highlight Object

Configures the appearance of highlighted points.

series.highlight.visible Boolean(default: true)

A value indicating if the series points should be highlighted.

series.highlight.border Object

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.width Number

The width of the border.

series.highlight.border.color String

The border color.

series.highlight.border.opacity Number

The border opacity.

series.highlight.color String

The highlight color.

** Available only for pie series **

series.highlight.line Object

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

** Available only for candlestick series **

series.highlight.line.width Number

The width of the line.

series.highlight.line.color String

The line color.

series.highlight.line.opacity Number

The opacity of the line.

series.highlight.opacity Number

The opacity of the highlighted points.

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

In this article