Skip to main content
Version: 5.2.1

Point-Line

Combination of displaying points and connected line strokes. This is simply a differently styled instance of PointLineAreaSeries.

Chart with point line seriesChart with point line series

// Creation of a point line series
const pointLineSeries = chart.addPointLineAreaSeries({ dataPattern: 'ProgressiveX' })
.setAreaFillStyle(emptyFill)

NOTE: Point line series automatically hides points when the data is very dense or viewed with a small zoom level. This is intentional, as otherwise the visualization will just look silly.

For "points" oriented guides, please refer to Scatter section.

Otherwise, the point line series functions exactly same as a Line series.