series.markersObject

Marker options.

Applicable to area and line series

series.markers.backgroundString|Function

The background color of the current series markers.

series.markers.borderObject|Function

The border of the markers.

series.markers.border.colorString|Function(default: "black")

The color of the border.

series.markers.border.widthNumber|Function(default: 0)

The width of the border.

series.markers.sizeNumber|Function(default: 6)

The marker size.

series.markers.typeString|Function(default: "circle")

Configures the markers shape type.

"square"

The marker shape is square.

"triangle"

The marker shape is triangle.

"circle"

The marker shape is circle.

series.markers.visibleBoolean|Function(default: false)

The markers visibility.

series.markers.rotationNumber|Function

The rotation angle of the markers.