Pie Chart
Free online Pie Chart generator. Input categories and percentages, output SVG file for download, pure JS implementation.
사용법
기능
- 输入数据 → 输出 SVG 饼图(含图例)
- 每行:类别名 + 数值
- 自动计算百分比,可选择显示/隐藏
- 可下载 SVG,适合报告配图
활용 사례
- 纯前端 SVG,无外部库
- 适合占比数据可视化(销售构成 / 时间分配 / 流量来源)
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/pie_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/pie_chart/schema.json // Step 2: 在浏览器中执行工具逻辑 // 饼图 在工具页 JS 中实现