Zooming to Countries Map
Showing a high-level map and then zooming in to a specific country on user’s click is a very common scenario. And it’s very easy to implement in amCharts Maps.
Key implementation details
All we need to do is react to the active
event on map polygons and the call the zoomToDataItem()
method.