so we are trying to implement some feature which is similar to tradingview with highchart..
basically you hold down the mouse and move up and down on yAxis to set the zoom in and out..
below is the example
https://jsfiddle.net/kr2mwfob/2/
but i am able to do this when i do over entire chart container..? but what we want is only on yAxis.. how can i write same events but only on yAxis ??
Note : above example also works with mouse wheel...
Thanks