JavaScript Dashboard 5 Channels 1000 pps - Editor

This example shows a dashboard with multiple progressive channels of data points using progressive line series.

The dashboard allows rendering of multiple scenes in a single view port highly efficiently with minimal memory resources. In our case, the rows of dashboard grid are filled with individual charts, where each represents the data channel.

**(!) Using Dashboard is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/**

Progressive series

Progressive series are highly optimized series for the rendering of high-volume and high-density data while keeping full interactivity.
These optimizations are enabled by selecting a DataPattern, which needs to be specified during the creation of the series instance and cannot be changed further for performance related reasons. More detailed description was explained in previous examples.