@agiflowai/frontend-web-sankey
v0.0.0
Published
Circular sankey graph
Downloads
1
Readme
@agiflowai/frontend-web-sankey
This package includes AGIFlow's React Sankey graph component. This is a ported from Nivo's Sankey to support circular links.
Installation
Install the package using npm or yarn:
npm install @agiflowai/frontend-web-sankey
Usage
import { ResponsiveSankey } from '@agiflowai/frontend-web-sankey';
...
<ResponsiveSankey
data={data}
/>
The component interface is similar to original Nivo's implementation.
License
This package is licensed under the MIT License - see the LICENSE file for details.