100PCT_STACKED_AREA_2X
Metadata
ID
100pct-stacked-area-2x
Catalog
chart-types
Source
spec/catalogs/chart-types/100pct-stacked-area-2x.json
| Field | Value |
|---|---|
| label | 100% Stacked Area 2x |
| mappings | { "openxml": { "element": "areaChart", "grouping": "percentStacked", "composition": "single" } } |
| categories | 12 |
| columns | Series 1, Value 1, Value 2 |
| group | Area |
| groupSort | 5 |
| series | 2 |
| seriesGroups | 1 |
| slideNumber | 31 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$M$3 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "100pct-stacked-area-2x",
"name": "100PCT_STACKED_AREA_2X",
"label": "100% Stacked Area 2x",
"mappings": {
"openxml": {
"element": "areaChart",
"grouping": "percentStacked",
"composition": "single"
}
},
"categories": 12,
"columns": [
"Series 1",
"Value 1",
"Value 2"
],
"group": "Area",
"groupSort": 5,
"series": 2,
"seriesGroups": 1,
"slideNumber": 31,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$M$3",
"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"
}
],
"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",
51588,
68008,
90301,
76162,
65933,
81810,
68446,
30861,
72216,
68991,
43972,
42406
],
[
"Value 2",
93579,
46347,
78327,
73517,
92149,
41358,
45992,
67654,
20155,
47450,
40735,
45614
]
]
}
}