{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "stacked-column-3x",
"name": "STACKED_COLUMN_3X",
"label": "Stacked Column 3x",
"mappings": {
"openxml": {
"element": "barChart",
"barDir": "col",
"grouping": "stacked",
"composition": "single"
}
},
"categories": 8,
"columns": [
"Series 1",
"Value 1",
"Value 2",
"Value 3"
],
"group": "Column",
"groupSort": 1,
"series": 3,
"seriesGroups": 1,
"slideNumber": 4,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$I$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"
],
"rows": [
[
"Value 1",
59797,
22676,
57052,
55082,
89131,
44671,
15695,
70217
],
[
"Value 2",
80284,
26361,
59615,
20328,
82357,
48427,
92397,
91070
],
[
"Value 3",
57400,
85674,
35203,
19116,
16006,
96673,
39871,
47930
]
]
}
}