chartjs / chartjs-plugin-zoom

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

Pan functionality in basic sample does not work in Chrome (107,108) #716

Open kk49 opened 1 year ago

kk49 commented 1 year ago

The pan functionality in the basic sample https://www.chartjs.org/chartjs-plugin-zoom/samples/basic.html does not work in Chrome (v107, v108) it does work in Firefox. (this is under Ubuntu 20.04 amd64 running in VirtualBox under Windows 10)

It also doesn't work in my code which uses

kk49 commented 1 year ago

Digging deeper, it's probably related to these. I have virtual box 6.1.34

https://bugs.chromium.org/p/chromium/issues/detail?id=1330162#c7

https://github.com/openlayers/openlayers/issues/12934