chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
591 stars 326 forks source link

Inconsistent drawing #568

Open LeeLenaleee opened 3 years ago

LeeLenaleee commented 3 years ago

When zoomed/panned at specific points the line stops at a point in the middle of the dataset, if the chart is panned/zoomed slightly again the line continues again.

Before: image

After: image

Reprocable sample: https://www.chartjs.org/chartjs-plugin-zoom/samples/wheel/click-zoom.html

kurkle commented 3 years ago

~I think this is an issue in the core: https://github.com/chartjs/Chart.js/issues/9564~

Edit: no, its a different issue