UNITED_STATES
Metadata
ID
united-states
Catalog
chart-types
Source
spec/catalogs/chart-types/united-states.json
| Field | Value |
|---|---|
| label | United States |
| mappings | { "openxml": { "element": "mapChart", "composition": "extension", "notes": "Office extension chart; exact extension markup is renderer-specific." } } |
| categories | 11 |
| columns | State, Value |
| group | Map |
| groupSort | 12 |
| series | 1 |
| seriesGroups | 1 |
| slideNumber | 67 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$L$2 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "united-states",
"name": "UNITED_STATES",
"label": "United States",
"mappings": {
"openxml": {
"element": "mapChart",
"composition": "extension",
"notes": "Office extension chart; exact extension markup is renderer-specific."
}
},
"categories": 11,
"columns": [
"State",
"Value"
],
"group": "Map",
"groupSort": 12,
"series": 1,
"seriesGroups": 1,
"slideNumber": 67,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$L$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",
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025",
"Q1 2026",
"Q2 2026",
"Q3 2026"
],
"rows": [
[
"Value",
39041,
53655,
32037,
20011,
76910,
92998,
24945,
79547,
76840,
35415,
55793
]
]
}
}