Data decimation #3847
Unanswered
Coding-Kiwi
asked this question in
Q&A
Data decimation
#3847
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a chart where the x axis is time and the y axis is a number there is a data entry every 10 seconds across 48h, so about 17280 entries. When trying to render the chart it get very laggy or even crashes the browser.
Now I could simply pre-filter the dataset using ramer-douglas-peucker for example but I also want to be able to zoom in to for example the last hour of data.
My guess would be that I need multiple datasets and clicking on the "last hour" button swaps out the whole dataset instead of using the zoomX method.
Is there a better way to do it?
Beta Was this translation helpful? Give feedback.
All reactions