chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
578 stars 322 forks source link

pan with "shift + mouse scroll" #628

Open LavaYasha opened 2 years ago

LavaYasha commented 2 years ago

How can i implement this feature?

LavaYasha commented 2 years ago

Or "horizontal scroll"

stockiNail commented 2 years ago

I think you can set the modifierKey option.

Have a look to the doc: https://www.chartjs.org/chartjs-plugin-zoom/latest/guide/options.html#pan-options

LavaYasha commented 2 years ago

I think you can set the modifierKey option.

Have a look to the doc: https://www.chartjs.org/chartjs-plugin-zoom/latest/guide/options.html#pan-options

modifierKey works perfectly, but I want to use mouse scroll wheel to move chart

stockiNail commented 2 years ago

I want to use mouse scroll wheel to move chart

AFAIK the wheel can be use only for zooming.

ThaJay commented 1 year ago

I can't seem to get scroll wheel to work with pan just with zoom, modifier keys or no.

Luise8 commented 6 months ago

So could you get this working? @LavaYasha

mgmorcos commented 1 month ago

👍