Combo chart

Two related series, one chart

Bars carry one series and an overlaid line carries a second, with the line on its own right-hand axis when the units differ. Built for pairs like monthly spend against ROAS, where the interesting part is how they move together.

Interactive

Combo chart (interactive)

Monthly ad spend against return on ad spend

Total spend$739K
Avg ROAS3.5x
tsx
// From the npm package
import { ComboChart } from 'rift-ds/charts';

// Or as source you own, via the shadcn CLI
npx shadcn@latest add https://rift-ds.com/r/combo-chart.json