Bar Chart

Free online Bar Chart generator. Input categories and numeric data, output SVG file for download, pure JS implementation.

사용법

기능

  • 输入数据 → 输出 SVG 柱状图
  • 每行:类别名 + 数值,用空格/制表符/逗号分隔
  • 支持纵向(柱)和横向(条)两种方向
  • 可下载 SVG,适合嵌入报告/PPT

활용 사례

  • 纯前端 SVG,无外部库
  • 适合分类数据对比

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/bar_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/bar_chart/schema.json

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