PPTX.gallery
Open in PPTX.dev

Column Chart Preset

Stacked Column 3x

Stacked Column 3x is an OPF column chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

stacked-column-3xOPF type: STACKED_COLUMNsimple

Use Case

Compare category values in a familiar vertical format.

Data Requirements

3 series, 8 categories, flat category/series workbook

Group

Vertical comparisons across categories, time periods, or grouped series.

Series

3 series across 8 categories

Workbook Range

Sheet1!$A$1:$I$4

Source Slide

Slide 4 in the OPF chart gallery deck

When to Use

Use when categories are short, sequence matters, or the audience expects a conventional business comparison.

When to Avoid

Avoid when labels are long or when too many series would make the columns visually dense.

Best Practices

1

Start the value axis at zero

2

Keep series counts modest

3

Label important values directly

Recommended Companions

OPF Config

charts:stacked-column-3x
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — charts/stacked-column-3x",
  "description": "Stacked Column 3x is an OPF column chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
  "tags": [
    "gallery:charts/stacked-column-3x"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "data-visualization",
      "title": "Stacked Column 3x",
      "subtitle": "Compare category values in a familiar vertical format.",
      "chart": {
        "type": "stacked-column-3x",
        "data": {
          "columns": [
            "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
            ]
          ]
        }
      }
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.