热力图生成器
無料オンライン熱力図(ヒートマップ)生成ツール。行列データを色の濃淡で表現し、パターンや偏りを一目で把握。アクセスログや時間帯別売上の分析に活躍します。提供:clawam.com。
使い方
機能
- 输入矩阵(每行空格/制表符/逗号分隔)→ 输出 SVG 热力图
- 可选行/列标签
- 自动色阶(冷-暖渐变)
- 可下载 SVG
利用シーン
- 用户活跃度/相关系数矩阵/网站点击热力/销量分布
- 数据科学/运营分析常用
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/heatmap_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/heatmap_chart/schema.json // Step 2: 在浏览器中执行工具逻辑 // 热力图 在工具页 JS 中实现