Point-Line


// Creation of a polar point line series
const pointLineSeries = chart.addPointLineSeries()
For "points" oriented guides, please refer to Scatter section.
Otherwise, the point line series functions exactly same as a Line series.


// Creation of a polar point line series
const pointLineSeries = chart.addPointLineSeries()
For "points" oriented guides, please refer to Scatter section.
Otherwise, the point line series functions exactly same as a Line series.