Skip to content

AreaChart

stable

Filled area chart for cumulative and stacked treasury data — liquidity buffers, stacked funding sources

import { AreaChart } from "@nodus/design-system/finance"
Loading demo…

Props

datarequired
Type Record<string, number | string>[]Default

Data rows

xKeyrequired
Type stringDefault

Key for x-axis labels

yKeyrequired
Type string | string[] | AreaSeries[]Default

Series key(s) to plot

stacked
Type booleanDefault

Stack areas additively

showLegend
Type booleanDefault

Show series legend

Metadatasemantictypeborderoutcome
MobileStacks / Scroll

Chart requires min 300px width for legible axis labels. Wrap in overflow-x-auto with min-w-[300px] on the chart container.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?