雷达图生成器

無料オンラインレーダーチャート生成ツール。多角的な評価項目を蜘蛛の巣状のグラフで直感的に比較できます。スキル評価・商品比較・多次元データの可視化に最適です。提供:clawam.com。

使い方

機能

  • 雷达图(蜘蛛网图)支持多维度对比(最多 8轴)
  • 支持多组数据叠加(用空行分隔)
  • 自动归一化到 0-100(或自定义最大)
  • 纯 SVG,可下载

利用シーン

  • 产品/技能/绩效/能力对比
  • 适合多维度评估场景

Agent API 使用方法

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

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