Line Chart

Free online Line Chart generator. Input X Y data, output SVG file for download, pure JS implementation.

Uso

Características

  • 输入数据 → 输出 SVG 折线图
  • 支持单 Y 值(自动 1,2,3...为 X)或 X Y 双值
  • 分隔符支持:空格 / 逗号 / 制表符
  • 支持自定义标题、X/Y 轴标签
  • SVG 矢量图,可下载,可在浏览器/Word/PPT 嵌入

Casos de uso

  • 纯前端 SVG,无外部库
  • 适合数据可视化、教学、报告配图

Agent API Usage

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

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