chartjs / chartjs-plugin-zoom

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

Decimation with zoom #741

Open sashasashasasha151 opened 1 year ago

sashasashasasha151 commented 1 year ago

When I use decimation with zoom I see only decimated points. So, for example on original chart there are 1000 points after decimation and after zoom I also want to see 1000 points but there are only 5 of them. Is it possible to somehow trigger decimation after zoom?

marleau commented 1 year ago

I'm also running into this issue. The datasets I work with are large and must have decimation enabled.

This is the expected view after zooming. image

This is the actual view after zooming. image