Map Chart Preset

United States

United States is an OPF map chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

united-statesOPF type: MAPsimple

Use Case

Show location-based coverage, concentration, or regional performance.

Data Requirements

1 series, 11 categories, flat category/series workbook

Group

Geographic charts for comparing values by region.

Series

1 series across 11 categories

Workbook Range

Sheet1!$A$1:$L$2

Source Slide

Slide 67 in the OPF chart gallery deck

When to Use

Use when geography is central to the decision or story.

When to Avoid

Avoid when the ranking matters more than the geographic pattern.

Best Practices

1

Use clear region labels or legends

2

Normalize values when comparing differently sized regions

3

Call out the business implication of the geography

Recommended Companions

OPF Config

charts:united-states
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/united-states"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "united-states",
          "data": {
            "labels": [
              "Q1 2024",
              "Q2 2024",
              "Q3 2024",
              "Q4 2024",
              "Q1 2025",
              "Q2 2025",
              "Q3 2025",
              "Q4 2025",
              "Q1 2026",
              "Q2 2026",
              "Q3 2026"
            ],
            "datasets": [
              {
                "label": "Value",
                "values": [
                  39041,
                  53655,
                  32037,
                  20011,
                  76910,
                  92998,
                  24945,
                  79547,
                  76840,
                  35415,
                  55793
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.