BULLET_COLUMN_3X
Metadata
ID
bullet-column-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/bullet-column-3x.json
| Field | Value |
|---|---|
| label | Bullet Column 3x |
| 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, Two Years Ago, Last Year, This Year |
| group | Bullet |
| groupSort | 10 |
| series | 3 |
| seriesGroups | 3 |
| slideNumber | 50 |
| useSecondaryCategories | true |
| workbookRange | Sheet1!$A$1:$G$4 |
| complexity | calculated |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "bullet-column-3x",
"name": "BULLET_COLUMN_3X",
"label": "Bullet Column 3x",
"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",
"Two Years Ago",
"Last Year",
"This Year"
],
"group": "Bullet",
"groupSort": 10,
"series": 3,
"seriesGroups": 3,
"slideNumber": 50,
"useSecondaryCategories": true,
"workbookRange": "Sheet1!$A$1:$G$4",
"complexity": "calculated",
"dataColumns": [
{
"name": "ValueCategory",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Two Years Ago",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Last Year",
"role": "series",
"type": "number",
"position": "row2_col0"
},
{
"name": "This Year",
"role": "series",
"type": "number",
"position": "row3_col0"
}
],
"helperColumns": [
"Excellent",
"Good",
"Fair",
"Poor"
],
"sampleData": {
"headers": [
"ValueCategory",
"Actual",
"Target"
],
"rows": [
[
"Metric 1",
80,
83
],
[
"Metric 2",
80,
78
],
[
"Metric 3",
85,
91
]
]
}
}