Export Image
Export Code

County Choropleth

Curran Kelleher

Last edited Aug 14, 2024
Created on Aug 12, 2024

An adaptation of the D3 Choropleth Example that uses vanilla JavaScript. Shows Unemployment rate by U.S. county, August 2016.

Some key differences from the original implementation include:

  • Uses unidirectional data flow and idempotent rendering
  • Supports hot reloading
  • Uses the geo-albers-usa-territories projection, which includes all US territories
  • Colors missing data red.
MIT Licensed