Interactive Demo

Tweak the parameters below and watch your chart update in real-time

Chart Type

Data Points

Colors

Dimensions

600px
400px

Preview

Loading chart...

API Request

POST /chart
Content-Type: application/json

{
  "type": "bar",
  "data": {
    "labels": [
      "Jan",
      "Feb",
      "Mar",
      "Apr",
      "May"
    ],
    "datasets": [
      {
        "label": "My Data",
        "data": [
          12,
          19,
          8,
          15,
          22
        ],
        "backgroundColor": "#8b5cf6"
      }
    ]
  },
  "options": {
    "width": 600,
    "height": 400
  }
}

Like what you see?

Get your API key and start generating charts in your own apps.