Bar Chart — Revenue Breakdown
datachartpng

Bar Chart — Revenue Breakdown

Monthly revenue by plan tier as a bar chart PNG. Drop into any email or dashboard screenshot.

Request body
{
  "type": "chart",
  "content": "{\"type\":\"bar\",\"title\":\"Monthly Revenue by Plan\",\"labels\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\"],\"datasets\":[{\"label\":\"Business\",\"data\":[4200,4800,5100,5600,6200,7400],\"color\":\"#00e676\"},{\"label\":\"Startup\",\"data\":[2100,2300,2600,2900,3100,3400],\"color\":\"#3b82f6\"},{\"label\":\"Developer\",\"data\":[800,900,1100,1200,1400,1600],\"color\":\"#52525b\"}]}",
  "options": {
    "format": "png",
    "dimensions": {
      "width": 960,
      "height": 540
    },
    "scale": 2
  }
}

Code example

curl -X POST https://renderfy.io/api/v1/render \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "type": "chart",
  "content": "{\"type\":\"bar\",\"title\":\"Monthly Revenue by Plan\",\"labels\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\"],\"datasets\":[{\"label\":\"Business\",\"data\":[4200,4800,5100,5600,6200,7400],\"color\":\"#00e676\"},{\"label\":\"Startup\",\"data\":[2100,2300,2600,2900,3100,3400],\"color\":\"#3b82f6\"},{\"label\":\"Developer\",\"data\":[800,900,1100,1200,1400,1600],\"color\":\"#52525b\"}]}",
  "options": {
    "format": "png",
    "dimensions": {
      "width": 960,
      "height": 540
    },
    "scale": 2
  }
}' \
  --output render.png
Fork this template to my account →

One click. Free tier includes 1 saved template.

More data templates