UNITED_KINGDOM
Metadata
ID
united-kingdom
Catalog
chart-types
Source
spec/catalogs/chart-types/united-kingdom.json
| Field | Value |
|---|---|
| label | United Kingdom |
| mappings | { "openxml": { "element": "mapChart", "composition": "extension", "notes": "Office extension chart; exact extension markup is renderer-specific." } } |
| categories | 4 |
| columns | State, Value |
| group | Map |
| groupSort | 12 |
| series | 1 |
| seriesGroups | 1 |
| slideNumber | 69 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$E$2 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "united-kingdom",
"name": "UNITED_KINGDOM",
"label": "United Kingdom",
"mappings": {
"openxml": {
"element": "mapChart",
"composition": "extension",
"notes": "Office extension chart; exact extension markup is renderer-specific."
}
},
"categories": 4,
"columns": [
"State",
"Value"
],
"group": "Map",
"groupSort": 12,
"series": 1,
"seriesGroups": 1,
"slideNumber": 69,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$E$2",
"complexity": "simple",
"dataColumns": [
{
"name": "State",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Value",
"role": "series",
"type": "number",
"position": "row1_col0"
}
],
"sampleData": {
"headers": [
"State",
"Q1 2024",
"Q2 2024",
"Q3 2024",
"Q4 2024"
],
"rows": [
[
"Value",
33218,
92306,
74764,
70811
]
]
}
}