柱状图生成器

無料オンライン棒グラフ生成ツール。カテゴリ別の数量比較を縦/横向きで美しく描画し、集計データや売上ランキングを一目で伝えられます。多彩な表示形式に対応します。提供:clawam.com。

使い方

機能

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

利用シーン

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

Agent 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 中实现