Observable PlotGeographic

Bubble Map

Geographic bubble map with size-encoded values. Points positioned by coordinates.

Preview placeholder

bubble-map-v1

Installation

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

Props

PropTypeDescription
dataBubbleData[]Data with lat, lng, and value
sizeScalefunctionFunction to scale bubble sizes

See full TypeScript interface on GitHub for all props.

Usage Example

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