Observable PlotDistribution

Box Plot

Box-and-whisker plot showing quartiles, median, and outliers.

Preview placeholder

boxplot-v1

Installation

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

Props

PropTypeDescription
dataBoxPlotData[]Data with category and values
showOutliersbooleanDisplay outlier points

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { BoxPlot } from '@/viz/components/plot/generic/boxplot-v1';