Preview Updated 2026-05-10

Sankey diagram

Weighted flow diagram with nodes and links — node height equals flow.

Basic usage

Data is passed via props and rendered as pure SVG, with no third-party charting dependency. Colors are drawn from the --viz-1..8 tokens and are colorblind-friendly.

OrganicPaidReferralWebMobile2xx3xx4xx/5xx
<CfSankeyDiagram ... />
<CfSankeyDiagram ... />

Three-layer purchase path

Search engine / direct visit → product list / detail → add-to-cart / checkout, in three layers.

搜索引擎直接访问产品列表产品详情加入购物车完成支付
<CfSankeyDiagram :nodes="n" :links="l" />
<CfSankeyDiagram nodes={n} links={l} />

API

PropTypeDefaultDescription
nodesSankeyNode[]{ id, name, layer?, colorIndex? }[]
linksSankeyLink[]{ source, target, value }[]
nodeWidthnumber12Node bar width

反馈与讨论

Sankey diagram · Discussion

0
0 / 600
一键发送
正在加载评论...