Mapa de Árbol
Free online Treemap tool. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 每行:类别 + 数值 → 输出 SVG 矩形树图
- 使用 squarified 算法(近似正方形)布局
- 纯 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/treemap/ 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/treemap/schema.json // Step 2: 在浏览器中执行工具逻辑 // 矩形树图 在工具页 JS 中实现