0

Below is the JSfiddle link, Could someone help me on the below highcharts. I need to control the zoom level when user clicks on the cluster

 ***https://jsfiddle.net/38ahfejy/9/***
Sai Ganesh
  • 61
  • 1
  • 3
  • You can change [cluster.layoutAlgorithm](https://api.highcharts.com/highmaps/series.mappoint.cluster.layoutAlgorithm) and try to adjust e.g distance. What exactly do you want to set? > Options for layout algorithm. Inside there are options to change the > type of the algorithm, gridSize, distance or iterations. https://api.highcharts.com/highmaps/series.mappoint.cluster.layoutAlgorithm – Sebastian Hajdus Apr 20 '22 at 08:55

1 Answers1

0

You can change cluster.layoutAlgorithm and try to adjust e.g distance. What exactly do you want to set?

Options for layout algorithm. Inside there are options to change the type of the algorithm, gridSize, distance or iterations.

https://api.highcharts.com/highmaps/series.mappoint.cluster.layoutAlgorithm

Sebastian Hajdus
  • 1,422
  • 1
  • 5
  • 14