Donut Chart Slide Template
Segmented donut (ring) chart with percentage labels and an optional center metric. Clean, modern alternative to pie charts. Segments use the theme's monochromatic tint ramp for a cohesive look. Best for market share, budget allocation, survey breakdowns, portfolio mix.
Try in PlaygroundParameters
Example brief
Market share: Company A 34%, Company B 28%, Company C 18%, Others 20%. Total addressable market $12B.
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "5b75c2ac-73d5-5b4c-a755-b3f39365aeb6",
"brief": "Market share: Company A 34%, Company B 28%, Company C 18%, Others 20%. Total add..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "5b75c2ac-73d5-5b4c-a755-b3f39365aeb6",
"params": {
"segments": [
{
"name": "Enterprise",
"value": 34,
"description": "Large accounts >$100K ARR"
},
{
"name": "Mid-Market",
"value": 28,
"description": "Growth segment, fastest growing"
},
{
"name": "SMB",
"value": 18,
"description": "Self-serve + inside sales"
},
{
"name": "Partner Channel",
"value": 12,
"description": "Reseller network"
},
{
"name": "Services",
"value": 8,
"description": "Professional services"
}
],
"center_label": "$8.5M",
"center_sublabel": "Total Revenue",
"show_percent": true,
"commentary": {
"title": "Key Commentary",
"items": [
"Enterprise drives 34% of revenue from just 50 accounts",
"Mid-Market is the fastest-growing segment at +42% YoY",
"SMB self-serve tier launched in Q2 — 18% contribution in 6 months",
"Partner channel expanding to 8 resellers by Q3",
"Services margin at 65% — consider productizing training"
]
},
"title": "Enterprise and Mid-Market drive 62% of revenue",
"subtitle": "Revenue Mix by Business Unit — FY 2026",
"footer": "Source: FY2026 audited financials",
"takeaway": "Enterprise and Mid-Market drive 62% of revenue — focus expansion here."
}
}'Tags
Related templates
Bar Chart
Vertical or horizontal bar chart with category labels, value labels, and optional multi-series grouping. The standard chart for comparisons, survey results, financial data, and performance metrics. Supports 1-4 data series with automatic legend.
Product Life Cycle
S-curve showing product/market phases: Introduction, Growth, Maturity, Decline (or custom phases). Labeled phase zones with descriptions below. Optional current-phase highlight. Best for product strategy, market analysis, portfolio planning, and technology adoption curves.
Waterfall Chart
Waterfall (bridge) chart showing how a value changes through positive and negative contributions. Standard consulting visual for revenue walks, cost decompositions, and variance analysis. Bars connect with thin lines.
Frequently asked questions
How do I render a Donut Chart slide?
Send a POST request to /v1/render with template "5b75c2ac-73d5-5b4c-a755-b3f39365aeb6" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Donut Chart template accept?
The Donut Chart template accepts: segments, center_label, center_sublabel, show_percent, commentary. Supports 2-8 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Donut Chart slide in under 1 second. $3 free credit, no card required.