0.0.0 • Published 12 months ago

@agiflowai/frontend-web-sankey v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@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.