Observable PlotGeographic

Density Map

Density map visualization with geographic boundaries for population or event density.

Preview placeholder

density-map-v1

Installation

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

Props

PropTypeDescription
pointsPointData[]Array of lat/lng points
bandwidthnumberDensity kernel bandwidth

See full TypeScript interface on GitHub for all props.

Usage Example

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