Observable PlotBasic Charts

Dot Plot

Simple dot plot for categorical comparisons.

Preview placeholder

dot-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/dot-v1

Props

PropTypeDescription
dataDotData[]Category-value pairs

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { DotPlot } from '@/viz/components/plot/generic/dot-v1';