Observable PlotGeographic

US State Choropleth

US state choropleth map with TopoJSON. Color-encodes values by state with tooltips.

Preview placeholder

state-map-v1

Installation

Terminal
npx @ontopic/viz add plot/geo/state-map-v1

Props

PropTypeDescription
dataStateMapData[]Data by state FIPS code
colorScalestringColor scheme name

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { StateMap } from '@/viz/components/plot/geo/state-map-v1';