Hello everybody,
i’m trying to load a lot of data (round about 80.000 data points, every 2 seconds one data point) via a async fetch.
After receiving my data an displaying them into the chart, the chart starts to lag as soon as I hover over it.
I used your react example project and copied the “PerormanceDemo” file and adjusted it to my needs.
I also tried to render the chart only if the request is done and the data are parsed properly, but that didn’t help.
If I you your “generateDate” – method with a limit of 80.000, then there is no performance issue.
Hope you can help me with this issue.
Best regards