BULLET_COLUMN
Metadata
ID
bullet-column
Catalog
chart-types
Source
spec/catalogs/chart-types/bullet-column.json
| Field | Value |
|---|---|
| label | 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 | 6 |
| columns | ValueCategory, This Year |
| group | Bullet |
| groupSort | 10 |
| series | 1 |
| seriesGroups | 3 |
| slideNumber | 48 |
| useSecondaryCategories | true |
| workbookRange | Sheet1!$A$1:$G$2 |
| complexity | calculated |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "bullet-column",
"name": "BULLET_COLUMN",
"label": "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": 6,
"columns": [
"ValueCategory",
"This Year"
],
"group": "Bullet",
"groupSort": 10,
"series": 1,
"seriesGroups": 3,
"slideNumber": 48,
"useSecondaryCategories": true,
"workbookRange": "Sheet1!$A$1:$G$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"
],
"sampleData": {
"headers": [
"ValueCategory",
"Actual",
"Target"
],
"rows": [
[
"Metric 1",
85,
99
]
]
}
}