Best Data Viz
Geospatial

Choropleth Map

Regions colored by value, the most common thematic map type.

Vaccination Rate by Region

% of population fully vaccinated

View data (12 rows)
Chart data table: Vaccination Rate by Region
Vaccination RateRegion
78Northeast
65Southeast
71Midwest
62Southwest
74West
80Northwest
76Mid-Atlantic
68Great Lakes
59Plains
55Mountain
82Pacific
58South Central
Make a choropleth map with your data

Use a choropleth map when…

  • Regional comparison (states, countries)
  • Election results, GDP, population density

Avoid when…

  • Point data (use dot map)
  • When large regions dominate visually

Data it needs

PropertyValue
Min Rows3
Min Columns2
Column Types
stringnumber
NotesRegion identifiers + values. U.S.-state datasets render ~50 states via Albers-USA; colloquial U.S. regions (Northeast / Midwest / etc.) are expanded to their constituent states on the same basemap.

Visual anatomy

Marks
polygon
Channels
color-luminanceposition
Axes
geographic coordinates

Guiding principles

Consider instead

Common mistakes

  • Using total counts instead of rates

  • Rainbow colormap

History

First created by Charles Dupin in 1826 to show literacy rates in France.

Accessibility notes

Provide data table with region names. Use a colorblind-safe sequential ramp such as ColorBrewer YlOrRd or viridis — avoid rainbow, which destroys ordinal perception for color-vision-deficient readers.

Related reading

Got data? Let's see what works.

Drop your CSV. You'll get a Choropleth Map plus four alternatives - ranked by which one actually fits your data best.