Series.extremes
configurationThe chart series extremes configuration. Applies to extreme outliers. Also check series.outliers.
series.extremes
Objectseries.extremes.background
String|FunctionThe background color of the series outliers.
series.extremes.border
Object|FunctionThe border of the extremes.
series.extremes.rotation
Number|FunctionThe rotation angle of the extremes.
series.extremes.size
Number|FunctionThe extremes size in pixels.
Default: 6
series.extremes.type
String|FunctionThe extremes shape.
The supported values are:
- "circle" - the marker shape is circle.
- "square" - the marker shape is square.
- "triangle" - the marker shape is triangle.
- "cross" - the marker shape is cross.
Default: "circle"