Observable PlotStatistical

Split Bar Chart

Split bar chart with contrasting subgroup dots for comparing nested categories.

Preview placeholder

splitbar-v1

Installation

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

Props

PropTypeDescription
dataSplitBarData[]Data with primary and secondary values

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { SplitBar } from '@/viz/components/plot/generic/splitbar-v1';