We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use new feature "modules/mouse-wheel-zoom" but I have a probleme, when I use the mouse wheel, the options.id in yAxis desappear.
https://jsfiddle.net/bxsyqwmh/9/
Highcharts v 11.1.0
The text was updated successfully, but these errors were encountered:
Hello @MaximeNog and thanks for reporting the issue.
Looks like the yAxis options along with yAxis id are being overwritten by setOptions method here:
highcharts/ts/Extensions/MouseWheelZoom/MouseWheelZoom.ts
Line 152 in ea2e33f
Here is a workaround (see line 131): https://jsfiddle.net/BlackLabel/n50L6wkx/
Sorry, something went wrong.
Fixed #19178, yAxis options gone on mouse wheel zoom.
2da177d
c7c9d52
Previous fix for #19178 affected performance
e4554ac
2114150
jedrzejruta
Successfully merging a pull request may close this issue.
I use new feature "modules/mouse-wheel-zoom" but I have a probleme, when I use the mouse wheel, the options.id in yAxis desappear.
Live demo :
https://jsfiddle.net/bxsyqwmh/9/
Product version
Highcharts v 11.1.0
The text was updated successfully, but these errors were encountered: