Map Chart Preset
World
World is an OPF map chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
worldOPF type: MAPsimple
Use Case
Show location-based coverage, concentration, or regional performance.
Data Requirements
1 series, 14 categories, flat category/series workbook
Group
Geographic charts for comparing values by region.
Series
1 series across 14 categories
Workbook Range
Sheet1!$A$1:$O$2
Source Slide
Slide 66 in the OPF chart gallery deck
When to Use
Use when geography is central to the decision or story.
When to Avoid
Avoid when the ranking matters more than the geographic pattern.
Best Practices
1
Use clear region labels or legends
2
Normalize values when comparing differently sized regions
3
Call out the business implication of the geography
Recommended Companions
OPF Config
charts:worldOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/world"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "world",
"data": {
"labels": [
"Cat 1",
"Cat 2",
"Cat 3",
"Cat 4",
"Cat 5",
"Cat 6",
"Cat 7",
"Cat 8",
"Cat 9",
"Cat 10",
"Cat 11",
"Cat 12",
"Cat 13",
"Cat 14"
],
"datasets": [
{
"label": "Value",
"values": [
70305,
57428,
21551,
67240,
23875,
41891,
67104,
87184,
62487,
78676,
20308,
61873,
50668,
54500
]
}
]
}
}
]
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.