Skip to content
Charts

Sankey chart

Flow between stages. A path from source to outcome.

Props

PropertyTypeDefaultDescription
nodesSankeyNode[]{ name }[]. Ignored when data is passed.
linksSankeyLink[]{ source, target, value }[] using node indexes.
data{ nodes, links }Alternate payload. Wins over nodes and links.
variant"flow" | "gradient" | "dither""flow"Link curvature and opacity. The drawing, not a palette.
classNamestringChart container. Default height is 220px.