amCharts 5: Maps 5.9.11

Released: May 30, 2024

Updates in 5.9.11

Features

  • clusterDelay setting added to ClusteredPointSeries. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items.
  • ZoomControl buttons will now be automatically disabled when max or min zoom level is reached.

Fixes

  • "Zoom out" button was visible even the chart was not zoomed when selectionStrictMinMax was set to true (you still need to set strictMinMax: true for it to go away).
  • Venn chart could produce JS error when slices were being hidden in rapid succession.
  • Charts added to clustered point series bullets were not being rendered.