{}OPF
DocsChart Types recordEdit on GitHub

100PCT_BULLET_COLUMN

Metadata

ID

100pct-bullet-column

Catalog

chart-types

Source

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

FieldValue
label100% Bullet Column
mappings{ "openxml": { "composition": "mixed", "series": [ { "element": "barChart", "barDir": "col", "grouping": "stacked", "composition": "single" }, { "element": "scatterChart", "scatterStyle": "marker", "composition": "single" } ], "notes": "Bullet columns combine threshold bands with a value marker." } }
categories8
columnsValueCategory, This Year
groupBullet
groupSort10
series1
seriesGroups2
slideNumber51
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$I$2
complexitycalculated

Source JSON

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