chartjs-plugin-zoom icon indicating copy to clipboard operation
chartjs-plugin-zoom copied to clipboard

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

Open chiddekel opened this issue 3 years ago • 1 comments

??

chiddekel avatar Jan 05 '23 12:01 chiddekel

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.

thejoecode avatar Jan 10 '23 21:01 thejoecode