100PCT_STACKED_AREA_3X
Metadata
ID
100pct-stacked-area-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/100pct-stacked-area-3x.json
| Field | Value |
|---|---|
| label | 100% Stacked Area 3x |
| mappings | { "openxml": { "element": "areaChart", "grouping": "percentStacked", "composition": "single" } } |
| categories | 12 |
| columns | Series 1, Value 1, Value 2, Value 3 |
| group | Area |
| groupSort | 5 |
| series | 3 |
| seriesGroups | 1 |
| slideNumber | 32 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$M$4 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "100pct-stacked-area-3x",
"name": "100PCT_STACKED_AREA_3X",
"label": "100% Stacked Area 3x",
"mappings": {
"openxml": {
"element": "areaChart",
"grouping": "percentStacked",
"composition": "single"
}
},
"categories": 12,
"columns": [
"Series 1",
"Value 1",
"Value 2",
"Value 3"
],
"group": "Area",
"groupSort": 5,
"series": 3,
"seriesGroups": 1,
"slideNumber": 32,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$M$4",
"complexity": "simple",
"dataColumns": [
{
"name": "Series 1",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Value 1",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Value 2",
"role": "series",
"type": "number",
"position": "row2_col0"
},
{
"name": "Value 3",
"role": "series",
"type": "number",
"position": "row3_col0"
}
],
"sampleData": {
"headers": [
"Series 1",
"Q1 2024",
"Q2 2024",
"Q3 2024",
"Q4 2024",
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025",
"Q1 2026",
"Q2 2026",
"Q3 2026",
"Q4 2026"
],
"rows": [
[
"Value 1",
54020,
51904,
80798,
20561,
28136,
29769,
40311,
60205,
30028,
38043,
18418,
64377
],
[
"Value 2",
63424,
53369,
81121,
71069,
64496,
18161,
37110,
65069,
61049,
86556,
12560,
85456
],
[
"Value 3",
59857,
72518,
10772,
56105,
49139,
61116,
64921,
80545,
81582,
89069,
38906,
73993
]
]
}
}