A choropleth map shades geographic regions by data value, making spatial patterns in quantitative data instantly visible. It is one of the most popular thematic map types for comparing statistics across countries or states.
This sample displays ACME local store counts on a world map with single-select interactivity, loaded from a JSON data source. A linear color scale grades each country from light to dark blue by store count, and HTML tooltips preview the totals on hover. Clicking a country populates a side panel with each store’s name, address, and website link, while zoom controls aid global navigation.
Follow the step-by-step Choropleth Map Tutorial to learn how such maps are built. See the Choropleth Map documentation for all configuration options.