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://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — charts/world",
"description": "World is an OPF map chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
"tags": [
"gallery:charts/world"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "data-visualization",
"title": "World",
"subtitle": "Show location-based coverage, concentration, or regional performance.",
"chart": {
"type": "world",
"data": {
"columns": [
"Country",
"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"
],
"rows": [
[
"Value",
70305,
57428,
21551,
67240,
23875,
41891,
67104,
87184,
62487,
78676,
20308,
61873,
50668,
54500
]
]
}
},
"design": {
"contentBox": false,
"contentAlignment": "left",
"titleAlignment": "left",
"contentDirection": "horizontal"
}
}
],
"catalogs": {
"layouts": {
"records": [
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "data-visualization",
"name": "Data_Visualization",
"label": "Data Visualization",
"summary": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
"description": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
"tags": [
"Charts",
"Analytics",
"Data"
],
"master": "Gallery",
"masterSlideIndex": 3,
"groupHash": "153f444c25792e384c219fafc5ca1a0324103c782fa01f0902391c0014076cad",
"groupDefault": true,
"contentType": "Chart",
"contentMultiple": "1x",
"contentAlignment": "Left",
"contentBox": false,
"contentTypeChartPrimary": "None",
"contentTypeImageFill": "None",
"contentTypeListBullet": "None",
"contentTypeListHeading": false,
"slideTitle": true,
"slideTitleAlignment": "Left",
"slideImage": false,
"slideImageAlignment": "None",
"slideLayoutDirection": "Horizontal",
"zones": [
{
"role": "title",
"placeholder": "title"
},
{
"role": "chart",
"placeholder": "chart content 2"
},
{
"role": "text",
"placeholder": "text content 3"
}
],
"preview": {},
"details": "Clean charts and graphs with supporting text. Present complex data in digestible formats. OPF placeholders: title, chart, text.",
"category": "data-analysis",
"spatialCategory": "2 zone row",
"contentTypeTags": [
"comparison",
"mixed",
"chart"
],
"placeholders": [
{
"type": "title"
},
{
"type": "chart"
},
{
"type": "text"
}
],
"composition": {
"mode": "row"
},
"slideSubtitle": false
}
]
}
}
}Open in OPF PlaygroundOpen in visual editor
Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.