Home Forums Chart Support scrolling real time chart (old values dropping off) Reply To: scrolling real time chart (old values dropping off)

#30577

We use CanvasJS in that way and it works really well. But be advised to check the amount of data you want to display in CanvasJS. If you have a lot of data the time to plot will get very high so you don’t have realtime-data anymore…
If you need to plot as many data as in the sample you linked to, CanvasJS is not the solution you need…
As we need to use CanvasJS because of the customability it provides we try to reduce the amount of data shown in the livechart…