Skip to content
Charts

Composed chart

Two series on one axis. Bars plus a line, a highlight bloom, or a dashed overlay.

Props

PropertyTypeDefaultDescription
dataChartDatum[]Shared category rows. Needs both barKey and lineKey.
labelKeystring"date"X-axis field.
barKeystring"bar"Numeric field for the bars (or the dashed overlay line).
lineKeystring"line"Numeric field for the line or highlight area.
variant"combo" | "highlight" | "overlay""combo"Bars + line, muted bars + glow, or dashed line over a glowing area.
configChartConfigColors and labels for barKey and lineKey.
classNamestringChart container. Default height is 220px.