Heatmap Chart

Free online Heatmap Chart tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 输入矩阵(每行空格/制表符/逗号分隔)→ 输出 SVG 热力图
  • 可选行/列标签
  • 自动色阶(冷-暖渐变)
  • 可下载 SVG

활용 사례

  • 用户活跃度/相关系数矩阵/网站点击热力/销量分布
  • 数据科学/运营分析常用

나이nt 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 中实现