aledeul
Posts: 6
Joined: Fri Sep 22, 2023 11:40 am

Highcharts 11.1 mousewheel side effects

Fri Sep 22, 2023 12:23 pm

Hi all!

It seems that mousewheel on Highcharts 11.1 have 2 side effects:

Label title on left yAxis move up in the center left of the chart.
Formatters of Y axis labels are not called anymore.

Those bugs do not appear when the zoom is done by drag and drop

Thank you for your help!

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

Re: Highcharts 11.1 mousewheel side effects

Fri Sep 22, 2023 2:06 pm

Welcome to our forum and thanks for contacting us with your question!

It seems that it is a bug, so I have created a GitHub issue for it.
You can watch this issue in the link below and track any information and workarounds for this one.

GH Issue: https://github.com/highcharts/highcharts/issues/19824

I can't reproduce this:
Label title on left yAxis move up in the center left of the chart.
Could you please prepare a demo where the problem occurs?

Feel free to ask any further questions!
Best regards
Jakub
Jakub
Highcharts Developer

aledeul
Posts: 6
Joined: Fri Sep 22, 2023 11:40 am

Re: Highcharts 11.1 mousewheel side effects

Fri Sep 22, 2023 3:56 pm

Thanks!

what seems to happen is that the yAxis.title.align goes back to middle even when set to low

https://jsfiddle.net/830xqpgk/2/

Regards,

Adrien

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

Re: Highcharts 11.1 mousewheel side effects

Mon Sep 25, 2023 8:14 am

Hello again!

As said in the issue, the problems you pointed out are already fixed on master. They will be live in the next release. Until than, you can use code from the master branch, see:

Demo: https://jsfiddle.net/BlackLabel/j9s3etpk/

Feel free to ask any further questions!
Best regards
Jakub
Jakub
Highcharts Developer

aledeul
Posts: 6
Joined: Fri Sep 22, 2023 11:40 am

Re: Highcharts 11.1 mousewheel side effects

Mon Sep 25, 2023 1:50 pm

Great, thanks!

Return to “Highcharts Usage”