Area Chart Preset
Stacked Area 2x
Stacked Area 2x is an OPF area chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
stacked-area-2xOPF type: STACKED_AREAsimple
Use Case
Show trend direction while giving visual weight to magnitude or contribution.
Data Requirements
2 series, 12 categories, flat category/series workbook
Group
Filled trend charts that emphasize volume, accumulation, or composition over time.
Series
2 series across 12 categories
Workbook Range
Sheet1!$A$1:$M$3
Source Slide
Slide 29 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-2xOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/stacked-area-2x"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "stacked-area-2x",
"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": [
95813,
52237,
70946,
67905,
67954,
98555,
38010,
77000,
72021,
32241,
96356,
21114
]
},
{
"label": "Value 2",
"values": [
47196,
77561,
97012,
92960,
91167,
53933,
22240,
40784,
98184,
50687,
39444,
36100
]
}
]
}
}
]
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.