Skip to main content
Version: 8.3.2

Freeform Line

Instead of displaying progressive data, you can also display scatter or otherwise freeform data sets with line series.

Chart with freeform line seriesChart with freeform line series

// Creation of a freeform line series
const freeformLineSeries = chart.addLineSeries()

For the main part, freeform line series works the same way as progressive. Please refer to Line section for more information.