Bullet Chart Preset

100% Bullet Bar

100% Bullet Bar is an OPF bullet chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

100pct-bullet-barOPF type: SERIES_OF_MIXED_TYPEScalculated

Use Case

Track performance against target with compact context.

Data Requirements

1 series, 8 categories, calculated helper workbook, 2 series groups, secondary categories

Group

KPI benchmark charts that compare actual values against targets and bands.

Series

1 series across 8 categories

Workbook Range

Sheet1!$A$1:$I$2

Source Slide

Slide 57 in the OPF chart gallery deck

When to Use

Use in dashboards, QBRs, and KPI reviews where target performance matters.

When to Avoid

Avoid when the audience is unfamiliar with threshold bands and there is no time to explain them.

Best Practices

1

Label the target clearly

2

Use muted bands behind the actual value

3

Keep one KPI per bullet chart when stakes are high

Recommended Companions

OPF Config

charts:100pct-bullet-bar
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/100pct-bullet-bar"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "100pct-bullet-bar",
          "data": {
            "labels": [
              "Actual",
              "Target"
            ],
            "datasets": [
              {
                "label": "Metric 1",
                "values": [
                  61,
                  95
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.