Free Graph Maker

Make beautiful charts and graphs in seconds. Choose from 40+ chart types, paste your data, and get a publication-ready SVG. No sign-up, no watermark, no limits. Powered by Chart.ts, the open source charting library.

$npm install @chartts/core
example.tsx
// Chart.ts powers this graph maker
// Use it in your own projects:
import { line, bar, pie, scatter } from "@chartts/core"

// Every chart type renders as SVG
// Copy the SVG, embed it anywhere
const svg = bar({
  data: yourData,
  x: "category",
  y: "value",
})

Features

40+ chart types
Paste CSV or JSON data
SVG export with no watermark
PNG download
Tailwind CSS styled
Accessible output
Free forever, open source