chartjs / chartjs-plugin-zoom

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

Zooming in breaks scrolling on mobile device #791

Open xxDUxx opened 11 months ago

xxDUxx commented 11 months ago

I have a chart that i would like to zoom and pan in 'x' direction. When i zoom the page so only the chart is visible, any drag movement in 'y' is ignored, and any pinch movement zooms the chart, not the page. This leads to a situation where only the chart is visible, with no way to navigate back to the rest of the page. (Chrome browser on Android 13)