Computes a sankey diagram from nodes and links, built
on top of d3-sankey.
The responsive alternative of this component is ResponsiveSankey
.
Please be careful with the data you use for this chart as
it does not support cyclic dependencies.
For example, something like A —> A
or A —> B —> C —> A
will crash.
This component is available in the @nivo/api
,
see sample or
try it using the API client.
You can also see more example usages in
the storybook.
See the dedicated guide on how to setup legends for this component.
Chart data defining nodes and links.
Optional formatter for values.
'horizontal'
Control sankey layout direction.
'center'
Node alignment method.
'auto'
Node sorting method.
Chart width.
Chart height.
Chart margin.