Sankey Chart
kumo-svelte

Installation

SankeyChart requires echarts as a peer dependency.

npm install echarts
import { SankeyChart } from "@cloudflare/kumo";

Examples

Basic Sankey

A simple Sankey diagram showing flow between source and target nodes.

Multi-level Flow

Sankey diagrams can show multiple levels of flow through intermediate nodes.

Full Width

Use left and right to control horizontal padding of the Sankey layout within its container.

Custom Tooltip

Rich Tooltip

Interactive

Drill Down