chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
598 stars 327 forks source link

Dataset goes out of Axis #826

Closed vivekaccelq closed 2 weeks ago

vivekaccelq commented 3 months ago

Hi, on Zoom the dataset goes out of bounds of Axis region

GetImage (1) GetImage

kurkle commented 2 weeks ago

Are you using the clip option in the charts? https://www.chartjs.org/docs/latest/charts/line.html#general

vivekaccelq commented 2 weeks ago

Hi, forgot to update here. a combination of clip and zoom mode "xy" on column chart caused the issue. I used to think the bars will be redrawn on the newer x-y dim, but that doesn't seems to be the case here.