Radar Chart
Free online Radar Chart tool. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 雷达图(蜘蛛网图)支持多维度对比(最多 8轴)
- 支持多组数据叠加(用空行分隔)
- 自动归一化到 0-100(或自定义最大)
- 纯 SVG,可下载
Casos de uso
- 产品/技能/绩效/能力对比
- 适合多维度评估场景
Agent API Usage
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 中实现