Series.outliers
configurationThe chart series outliers configuration. Applies to mild outliers. Also check series.extremes.
series.outliers
Objectseries.outliers.background
String|FunctionThe background color of the series outliers.
series.outliers.border
Object|FunctionThe border of the outliers.
series.outliers.rotation
Number|FunctionThe rotation angle of the outliers.
series.outliers.size
Number|FunctionThe marker size in pixels.
Default: 6
series.outliers.type
String|FunctionThe outliers 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"