DanielM
DanielM

Reputation: 4043

How to enable yaxis scrolling on highmaps in angular app

I am using highmaps in an angular app.

I am able to zoom in, however, once I am zoomed in, I can move only on the x axis and not on the y axis.

I have tried using yaxis-panning based on the answers on this question but it does not seem to work.

Here is an online map where you can view the map, zoom in, scroll horizontally but not vertically after zoom.

Upvotes: 0

Views: 136

Answers (1)

Sebastian Wędzel
Sebastian Wędzel

Reputation: 11633

Thank you for reproducing it.

It is a regression which is already reported on Highcharts Github issue channel: https://github.com/highcharts/highcharts/issues/12671

Works fine in the 7.2.1 version. Ticket has higher priority so should be fixed soon. Until it will be done I encourage to use the previous version.

Upvotes: 1

Related Questions