ChartLink

Make a chart that is ready to share or download.

Create bar, line, and stacked bar charts. Download SVG and PNG files for 24 hours.

Numbers → SVG + PNG

Try the API

POST /api/chartlink with JSON:

{
  "title": "Example chart",
  "type": "bar",
  "labels": [
    "April",
    "May",
    "June"
  ],
  "datasets": [
    {
      "name": "Example data",
      "values": [
        12,
        18,
        24
      ]
    }
  ]
}

Connect your agent or enable JavaScript for the interactive tool.

Shared launch capacity applies. Honor Retry-After on 429 or 503 responses.