chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
592 stars 325 forks source link

How to smooth zoom 1 000 000 points using scatter plot in Nextjs #718

Open chiddekel opened 1 year ago

chiddekel commented 1 year ago

??

thejoecode commented 1 year ago

Check out the built in Decimation plugin if you meet the requirements: https://www.chartjs.org/docs/latest/configuration/decimation.html#requirements

Another option would be to reduce the number of points at the beginning of the zoom and draw the full display on zoom complete.