矩形树图生成器
無料オンラインツリーマップ生成ツール。階層構造を持つデータを矩形の面積比で表現し、構成比や重要度を視覚的に比較。ディスク使用量・予算配分の分析に便利です。提供:clawam.com。
使い方
機能
- 每行:类别 + 数值 → 输出 SVG 矩形树图
- 使用 squarified 算法(近似正方形)布局
- 纯 SVG,可下载
利用シーン
- 磁盘空间分布/销售构成/市场份额
- 层级数据可视化
Agent API 使用方法
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 中实现