You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I have a dataset and we are going to use line chart to plot it. However, said dataset can be large and reach 2700+. When I plot all that data on the chart, it gets a bit laggy and it's really hard to navigate through the markers.
Is there any way that ApexChart can make some data decimation so that it's easier for the user to navigate?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So, I have a dataset and we are going to use line chart to plot it. However, said dataset can be large and reach 2700+. When I plot all that data on the chart, it gets a bit laggy and it's really hard to navigate through the markers.
Is there any way that ApexChart can make some data decimation so that it's easier for the user to navigate?
For instance, chart-js offers this kind of data management which is exactly what I want to do with apexchart
https://www.chartjs.org/docs/master/samples/advanced/data-decimation.html
Beta Was this translation helpful? Give feedback.
All reactions