Sankey
Flow diagram showing weighted connections between nodes. Built on D3-Sankey with gradient links, interactive highlighting, configurable label positioning, and node justification.
Import
import { Sankey, SankeyNode, SankeyLink, SankeyLabel } from 'reaviz';
Sankey Props
| Prop | Type | Default | Description |
|---|---|---|---|
nodes | ReactElement<SankeyNodeProps>[] | — | Node elements (required) |
links | `ReactElement<SankeyLinkProps |
[Description truncada. Veja o README completo no GitHub.]