Skip to content

StreamGraph

beta

D3-powered streamgraph with wiggle offset for AUM composition over time — organic flow aesthetic for multi-category stacked area visualization

import { StreamGraph } from "@nodus/design-system/finance"
Demo coming soon

Props

data
Type StreamDataPoint[]Default

Array of time-indexed data objects with numeric values per key

keys
Type string[]Default

Category keys to stack (must match data object properties)

width
Type numberDefault

SVG width in px (default 640)

height
Type numberDefault

SVG height in px (default 280)

title
Type stringDefault

Accessible chart title

Metadatasemantictypeborderviz
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?