Computes a sankey diagram from nodes and links, built on top of d3-sankey.
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.