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://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/treemap-3x"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "treemap-3x",
"data": {
"labels": [
"North / Tech / Software",
"North / Tech / Hardware",
"North / Finance / Banking",
"North / Finance / Insurance",
"South / Tech / Software",
"South / Tech / Hardware",
"South / Finance / Banking",
"South / Finance / Insurance"
],
"datasets": [
{
"label": "Value",
"values": [
58,
95,
74,
59,
92,
99,
27,
98
]
}
]
}
}
]
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.