24 days ago
- Sankey charts visualize flow data using nodes and links with gradient colors and glow effects.
- The chart is a composable compound component with <EvilSankeyChart /> as the container and <Node />, <Link />, and <Tooltip /> as children.
- Interactive selection can be enabled by setting isClickable on <Node /> and using onSelectionChange callback.
- Loading state is supported via an isLoading prop that shows placeholder animations.