Composition Chart

Stacked bar and area shares with period tooltips and a compact interactive legend.

Preview

Sep 5100%
Aug 1Sep 5
Sep 5100%
Aug 1Sep 5

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/composition-chart

API Reference

CompositionChart

series
readonly CompositionSeries[]
—
periods
readonly string[]

Unique labels in chronological order.

—
view?
"area" | "bar"
—
period?
string
—
defaultPeriod?
string
—
onPeriodChange?
((period: string) => void)
—
formatValue?
((value: number) => string)
—
label?
string
—
className?
string
—

CompositionChartPlot

className?
string
—

CompositionChartLegend

className?
string
—

Updated