Treemap Chart Preset

Treemap 2x

Treemap 2x is an OPF treemap chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

treemap-2xOPF type: TREEMAPhierarchical

Use Case

Show how categories and subcategories contribute to a total.

Data Requirements

1 series, 6 categories, hierarchical source workbook

Group

Hierarchical part-to-whole charts using nested rectangles.

Series

1 series across 6 categories

Workbook Range

Sheet1!$A$1:$G$3

Source Slide

Slide 44 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-2x
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/treemap-2x"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "treemap-2x",
          "data": {
            "labels": [
              "Technology / Software",
              "Technology / Hardware",
              "Technology / Services",
              "Finance / Banking",
              "Finance / Insurance",
              "Healthcare / Pharma",
              "Healthcare / Devices"
            ],
            "datasets": [
              {
                "label": "Value",
                "values": [
                  96,
                  99,
                  48,
                  86,
                  68,
                  77,
                  76
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.