jahnvi25
Posts: 281
Joined: Thu Oct 04, 2012 12:16 pm

stock chart wheel zoom option

Fri Jun 30, 2023 1:38 pm

we are using shiftKey for panning.. and its working nice. but is there a way we can use same key for mouse wheel zoom as well ? like while zooming with mouse wheel you need to hold down the shift Key ..

is there a way to do this ?

Thanks

jakub.j
Posts: 884
Joined: Tue Jan 24, 2023 11:14 am

Re: stock chart wheel zoom option

Mon Jul 03, 2023 12:24 pm

Thanks for contacting us with your question!

Unfortunately, it is not possible to do that in Highcharts, but I prepared a custom solution for you, where you can do it using any key (in this case 'z' key). You can't do it with shift or ctrl because it may interrupt some of the default browser behaviors. Just remember, before you try it, click with mouse on the white window with the chart, unless it won't catch the keydown event.

Demo: https://jsfiddle.net/BlackLabel/4nhao85k/

Let me know if that was what you were looking for!
Best regards
Jakub
Jakub
Highcharts Developer

jahnvi25
Posts: 281
Joined: Thu Oct 04, 2012 12:16 pm

Re: stock chart wheel zoom option

Tue Jul 04, 2023 6:33 pm

Thanks a lot for reply..

Return to “Highcharts Stock”