Observable PlotGeographic
ZIP Code Map
ZIP code level map visualization for fine-grained geographic analysis.
Preview placeholder
zip-map-v1
Installation
Terminal
npx @ontopic/viz add plot/geo/zip-map-v1Props
| Prop | Type | Description |
|---|---|---|
data | ZipData[] | Data by ZIP code |
region | string | Filter to specific region/state |
See full TypeScript interface on GitHub for all props.
Usage Example
TypeScript
import { ZipMap } from '@/viz/components/plot/geo/zip-map-v1';Metadata
- Last Updated2025-01-12
- FrameworkObservable Plot
- CategoryGeographic
- Subcategorygeo
Observable Plot Geographic ZIP Code Detailed
Dependencies
@observablehq/plottopojson-client
Quick Install
npx @ontopic/viz add plot/geo/zip-map-v1Related Components
recharts
State Bar Chart
Interactive state-level bar chart with sorting and filtering capabilities.
recharts
Sortable State Bar
Sortable state bar with search and expand features for detailed state analysis.
plot
Marijuana Opinion Trend
GSS marijuana legalization trends by church attendance and other demographics.
plot
US State Choropleth
US state choropleth map with TopoJSON. Color-encodes values by state with tooltips.