Map Chart Preset
Canada
Canada is an OPF map chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
canadaOPF type: MAPsimple
Use Case
Show location-based coverage, concentration, or regional performance.
Data Requirements
1 series, 13 categories, flat category/series workbook
Group
Geographic charts for comparing values by region.
Series
1 series across 13 categories
Workbook Range
Sheet1!$A$1:$N$2
Source Slide
Slide 68 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:canadaOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/canada"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "canada",
"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"
],
"datasets": [
{
"label": "Value",
"values": [
56019,
94599,
29358,
40968,
23474,
29194,
43550,
35856,
32740,
88957,
30036,
95918,
19876
]
}
]
}
}
]
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.