Sankey Chart

Free online Sankey Chart tool. Pure frontend, no signup, instant result. Built by clawam.com.

Uso

Características

  • 每行:源 → 目标 数值(分隔符:→/->/→)
  • 自动布局:源在左,目标在右,中间多级
  • 流带宽度与数值成正比
  • 纯 SVG,可下载

Casos de uso

  • 能源/资金/用户行为/转化漏斗分析

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/sankey_chart/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/sankey_chart/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 桑基图 在工具页 JS 中实现