{}OPF
DocsChart Types recordEdit on GitHub

100PCT_BULLET_BAR

Metadata

ID

100pct-bullet-bar

Catalog

chart-types

Source

spec/catalogs/chart-types/100pct-bullet-bar.json

FieldValue
label100% Bullet Bar
mappings{ "openxml": { "composition": "mixed", "series": [ { "element": "barChart", "barDir": "bar", "grouping": "stacked", "composition": "single" }, { "element": "scatterChart", "scatterStyle": "marker", "composition": "single" } ], "notes": "Bullet bars combine threshold bands with a value marker." } }
categories8
columnsValueCategory, Alpha
groupBullet
groupSort10
series1
seriesGroups2
slideNumber57
useSecondaryCategoriestrue
workbookRangeSheet1!$A$1:$I$2
complexitycalculated

Source JSON

100pct-bullet-bar.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "100pct-bullet-bar",
  "name": "100PCT_BULLET_BAR",
  "label": "100% Bullet Bar",
  "mappings": {
    "openxml": {
      "composition": "mixed",
      "series": [
        {
          "element": "barChart",
          "barDir": "bar",
          "grouping": "stacked",
          "composition": "single"
        },
        {
          "element": "scatterChart",
          "scatterStyle": "marker",
          "composition": "single"
        }
      ],
      "notes": "Bullet bars combine threshold bands with a value marker."
    }
  },
  "categories": 8,
  "columns": [
    "ValueCategory",
    "Alpha"
  ],
  "group": "Bullet",
  "groupSort": 10,
  "series": 1,
  "seriesGroups": 2,
  "slideNumber": 57,
  "useSecondaryCategories": true,
  "workbookRange": "Sheet1!$A$1:$I$2",
  "complexity": "calculated",
  "dataColumns": [
    {
      "name": "ValueCategory",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "Alpha",
      "role": "series",
      "type": "number",
      "position": "row1_col0"
    }
  ],
  "helperColumns": [
    "Excellent",
    "Good",
    "Fair",
    "Poor",
    "Actual %",
    "Target %"
  ],
  "sampleData": {
    "headers": [
      "ValueCategory",
      "Actual",
      "Target"
    ],
    "rows": [
      [
        "Metric 1",
        61,
        95
      ]
    ]
  }
}