Area Chart Preset
Stacked Area 3x
Stacked Area 3x is an OPF area chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
stacked-area-3xOPF type: STACKED_AREAsimple
Use Case
Show trend direction while giving visual weight to magnitude or contribution.
Data Requirements
3 series, 12 categories, flat category/series workbook
Group
Filled trend charts that emphasize volume, accumulation, or composition over time.
Series
3 series across 12 categories
Workbook Range
Sheet1!$A$1:$M$4
Source Slide
Slide 30 in the OPF chart gallery deck
When to Use
Use when cumulative volume or segment contribution is part of the argument.
When to Avoid
Avoid when overlapping areas hide exact values or when many series compete.
Best Practices
1
Use transparency deliberately
2
Keep stacking order stable
3
Reserve heavy fills for high-level stories
Recommended Companions
OPF Config
charts:stacked-area-3xOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/stacked-area-3x"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "stacked-area-3x",
"data": {
"labels": [
"Q1 2024",
"Q2 2024",
"Q3 2024",
"Q4 2024",
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025",
"Q1 2026",
"Q2 2026",
"Q3 2026",
"Q4 2026"
],
"datasets": [
{
"label": "Value 1",
"values": [
29313,
13201,
16057,
42092,
72277,
90120,
19545,
69692,
64321,
92544,
85454,
35485
]
},
{
"label": "Value 2",
"values": [
60328,
74799,
62383,
41979,
29342,
95990,
10726,
23970,
65724,
38683,
33053,
77889
]
},
{
"label": "Value 3",
"values": [
70889,
16582,
83060,
42662,
25906,
69829,
27477,
70901,
97500,
79616,
83259,
88047
]
}
]
}
}
]
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.