{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "treemap-2x",
"name": "TREEMAP_2X",
"label": "Treemap 2x",
"mappings": {
"openxml": {
"element": "treemapChart",
"composition": "extension",
"notes": "Office extension chart; exact extension markup is renderer-specific."
}
},
"categories": 6,
"columns": [
"Level1",
"Level2",
"Series1"
],
"group": "Treemap",
"groupSort": 8,
"series": 1,
"seriesGroups": 1,
"slideNumber": 44,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$G$3",
"complexity": "hierarchical",
"dataColumns": [
{
"name": "Level1",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Level2",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Series1",
"role": "series",
"type": "number",
"position": "row2_col0"
}
],
"sampleData": {
"headers": [
"Level1",
"Level2",
"Value"
],
"rows": [
[
"Technology",
"Software",
96
],
[
"Technology",
"Hardware",
99
],
[
"Technology",
"Services",
48
],
[
"Finance",
"Banking",
86
],
[
"Finance",
"Insurance",
68
],
[
"Healthcare",
"Pharma",
77
],
[
"Healthcare",
"Devices",
76
]
]
}
}