Pie Chart — Traffic Sources
datachartpng

Pie Chart — Traffic Sources

Visualise distribution data as a clean pie chart. Great for presentations and weekly digests.

Request body
{
  "type": "chart",
  "content": "{\"type\":\"pie\",\"title\":\"Traffic Sources — July 2026\",\"labels\":[\"Organic Search\",\"Direct\",\"Referral\",\"Social\",\"Paid\"],\"datasets\":[{\"data\":[42,28,15,10,5],\"colors\":[\"#00e676\",\"#3b82f6\",\"#f59e0b\",\"#8b5cf6\",\"#52525b\"]}]}",
  "options": {
    "format": "png",
    "dimensions": {
      "width": 800,
      "height": 600
    },
    "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\":\"pie\",\"title\":\"Traffic Sources — July 2026\",\"labels\":[\"Organic Search\",\"Direct\",\"Referral\",\"Social\",\"Paid\"],\"datasets\":[{\"data\":[42,28,15,10,5],\"colors\":[\"#00e676\",\"#3b82f6\",\"#f59e0b\",\"#8b5cf6\",\"#52525b\"]}]}",
  "options": {
    "format": "png",
    "dimensions": {
      "width": 800,
      "height": 600
    },
    "scale": 2
  }
}' \
  --output render.png
Fork this template to my account →

One click. Free tier includes 1 saved template.

More data templates