Treemap Chart Preset
Treemap 3x
Treemap 3x is an OPF treemap chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
treemap-3xOPF type: TREEMAPhierarchical
Use Case
Show how categories and subcategories contribute to a total.
Data Requirements
1 series, 16 categories, hierarchical source workbook
Group
Hierarchical part-to-whole charts using nested rectangles.
Series
1 series across 16 categories
Workbook Range
Sheet1!$A$1:$Q$4
Source Slide
Slide 45 in the OPF chart gallery deck
When to Use
Use when hierarchy and relative size are both important.
When to Avoid
Avoid when the audience needs exact sequential comparison or many labels must be read.
Best Practices
1
Keep hierarchy shallow
2
Label only readable blocks
3
Use grouping color consistently
Recommended Companions
OPF Config
charts:treemap-3xOpen Presentation Format
{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — charts/treemap-3x",
"description": "Treemap 3x is an OPF treemap chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
"tags": [
"gallery:charts/treemap-3x"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "data-visualization",
"title": "Treemap 3x",
"subtitle": "Show how categories and subcategories contribute to a total.",
"chart": {
"type": "treemap-3x",
"data": {
"columns": [
"Level1",
"Level2",
"Level3",
"Value"
],
"rows": [
[
"North",
"Tech",
"Software",
58
],
[
"North",
"Tech",
"Hardware",
95
],
[
"North",
"Finance",
"Banking",
74
],
[
"North",
"Finance",
"Insurance",
59
],
[
"South",
"Tech",
"Software",
92
],
[
"South",
"Tech",
"Hardware",
99
],
[
"South",
"Finance",
"Banking",
27
],
[
"South",
"Finance",
"Insurance",
98
]
]
}
},
"design": {
"contentBox": false,
"contentAlignment": "left",
"titleAlignment": "left",
"contentDirection": "horizontal"
}
}
],
"catalogs": {
"layouts": {
"records": [
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "data-visualization",
"name": "Data_Visualization",
"label": "Data Visualization",
"summary": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
"description": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
"tags": [
"Charts",
"Analytics",
"Data"
],
"master": "Gallery",
"masterSlideIndex": 3,
"groupHash": "153f444c25792e384c219fafc5ca1a0324103c782fa01f0902391c0014076cad",
"groupDefault": true,
"contentType": "Chart",
"contentMultiple": "1x",
"contentAlignment": "Left",
"contentBox": false,
"contentTypeChartPrimary": "None",
"contentTypeImageFill": "None",
"contentTypeListBullet": "None",
"contentTypeListHeading": false,
"slideTitle": true,
"slideTitleAlignment": "Left",
"slideImage": false,
"slideImageAlignment": "None",
"slideLayoutDirection": "Horizontal",
"zones": [
{
"role": "title",
"placeholder": "title"
},
{
"role": "chart",
"placeholder": "chart content 2"
},
{
"role": "text",
"placeholder": "text content 3"
}
],
"preview": {},
"details": "Clean charts and graphs with supporting text. Present complex data in digestible formats. OPF placeholders: title, chart, text.",
"category": "data-analysis",
"spatialCategory": "2 zone row",
"contentTypeTags": [
"comparison",
"mixed",
"chart"
],
"placeholders": [
{
"type": "title"
},
{
"type": "chart"
},
{
"type": "text"
}
],
"composition": {
"mode": "row"
},
"slideSubtitle": false
}
]
}
}
}Open in OPF PlaygroundOpen in visual editor
Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.