I have created a fullscreen Highcharts choropleth mapchart with the Esri Tiled Web Map(background) in Ionic & angular 14. In mobile view, while zoom out there is space on top of map. So wanted to limit the zoom out level upto 2. but couldn't able to achieve it, help me to find solution.
Demo -> https://stackblitz.com/edit/highcharts-angular-map-tile
Reproduce -> try to zoom out the map.
Expected -> Map always should be filled mobile full screen.
You can use fitToGeomerty property to limit zoom:
Demo: https://stackblitz.com/edit/highcharts-angular-map-tile-d3tq3w?file=src%2Fapp%2Fapp.component.ts
API: https://api.highcharts.com/highmaps/mapView.fitToGeometry