Histogram Chart Preset

Histogram

Histogram is an OPF histogram chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

histogramOPF type: HISTOGRAMsimple

Use Case

Show the shape and concentration of numeric distributions.

Data Requirements

0 series, 49 categories, flat category/series workbook

Group

Distribution charts that reveal frequency, concentration, and skew.

Series

0 series across 49 categories

Workbook Range

Sheet1!$A$1:$AX$1

Source Slide

Slide 46 in the OPF chart gallery deck

When to Use

Use for analytical audiences comparing spread, skew, or process variation.

When to Avoid

Avoid when the audience needs individual category comparison rather than distribution shape.

Best Practices

1

Use meaningful bins

2

Annotate important thresholds

3

Avoid decorative gradients that hide frequency

Recommended Companions

OPF Config

charts:histogram
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/histogram"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "histogram",
          "data": {
            "labels": [
              "Cat 1",
              "Cat 2",
              "Cat 3",
              "Cat 4",
              "Cat 5",
              "Cat 6",
              "Cat 7",
              "Cat 8",
              "Cat 9",
              "Cat 10",
              "Cat 11",
              "Cat 12",
              "Cat 13",
              "Cat 14",
              "Cat 15",
              "Cat 16",
              "Cat 17",
              "Cat 18",
              "Cat 19",
              "Cat 20",
              "Cat 21",
              "Cat 22",
              "Cat 23",
              "Cat 24",
              "Cat 25",
              "Cat 26",
              "Cat 27",
              "Cat 28",
              "Cat 29",
              "Cat 30",
              "Cat 31",
              "Cat 32",
              "Cat 33",
              "Cat 34",
              "Cat 35",
              "Cat 36",
              "Cat 37",
              "Cat 38",
              "Cat 39",
              "Cat 40",
              "Cat 41",
              "Cat 42",
              "Cat 43",
              "Cat 44",
              "Cat 45",
              "Cat 46",
              "Cat 47",
              "Cat 48",
              "Cat 49"
            ],
            "datasets": [
              {
                "label": "Value",
                "values": [
                  23006,
                  37235,
                  91987,
                  37659,
                  44687,
                  96563,
                  20641,
                  30585,
                  41439,
                  32782,
                  82350,
                  19838,
                  30517,
                  10350,
                  63545,
                  69048,
                  87832,
                  71592,
                  48175,
                  14278,
                  40340,
                  47762,
                  47056,
                  69510,
                  19329,
                  40595,
                  44675,
                  91927,
                  87304,
                  96662,
                  35928,
                  65723,
                  25043,
                  81376,
                  39466,
                  94886,
                  29528,
                  44816,
                  28643,
                  19359,
                  17816,
                  31747,
                  50319,
                  87993,
                  84607,
                  47828,
                  67560,
                  26299,
                  71433
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.