Skip to content

Point markers

Line and area charts support point markers under line.pointMarker / area.pointMarker.

Default (new charts):

js
pointMarker: {
  shape: 'circle',
  radius: 3,
  fill: null,          // derive from series color
  stroke: '#ffffff',   // white border
  strokeWidth: 1,
  strokeDashArray: '',
}

Markers render when drawPoints is enabled for the series / chart.

Developer & LLM documentation · Not the end-user Help Center · Help Center