Layout Pattern
Chart 3x
Chart 3x OPF layout with 3 chart zones.
How to Use It
Chart 3x OPF layout with 3 chart zones. OPF placeholders: title, chart, text, chart, text, chart, text.
Content Zones
Try dynamic composition
Explore how a text slide reflows as you change its content and shape. These examples use OPF’s shared composition rules; the copied document includes your choices.
All sample text fits within its content areas.
View the complete OPF example
{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "Dynamic composition example",
"design": {
"dimensions": {
"widthInches": 13.333333333333334,
"heightInches": 7.5
}
},
"slides": [
{
"title": "Let the content find its space",
"composition": {
"mode": "auto"
},
"blocks": [
{
"text": "Start with the decision. State what the audience should understand or do."
},
{
"text": "Show the evidence. Give each supporting idea enough space to be read."
},
{
"text": "Make the next step clear. Keep the action specific and easy to remember."
}
]
}
]
}Composition rules and examples as JSON · Pagination rules and example JSON
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Evidence
Chart 3x Bottom Vertical Title Left
Chart 3x Bottom Vertical Title Left OPF layout with 3 chart zones in a vertical reading flow and a slide title.
/layouts/chart-3x-bottom-vertical-title-left
Data Evidence
Chart 3x Bottom Vertical Title Left SlideImage
Chart 3x Bottom Vertical Title Left SlideImage OPF layout with 3 chart zones in a vertical reading flow and a slide title.
/layouts/chart-3x-bottom-vertical-title-left-slideimage
Data Evidence
Chart 3x Left
Chart 3x Left OPF layout with 3 chart zones.
/layouts/chart-3x-left
Data Evidence
Chart 3x Left SlideImage
Chart 3x Left SlideImage OPF layout with 3 chart zones.
/layouts/chart-3x-left-slideimage
Data Evidence
Chart 3x Left Title Center
Chart 3x Left Title Center OPF layout with 3 chart zones and a slide title.
/layouts/chart-3x-left-title-center
Data Evidence
Chart 3x Left Title Center SlideImage
Chart 3x Left Title Center SlideImage OPF layout with 3 chart zones and a slide title.
/layouts/chart-3x-left-title-center-slideimage
OPF Config
layouts:chart-3x{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/chart-3x",
"tags": [
"gallery:layouts/chart-3x"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart-3x",
"title": "Chart 3x",
"blocks": [
{
"chart": {
"type": "column",
"data": {
"columns": [
"Series",
"Q1",
"Q2",
"Q3"
],
"rows": [
[
"Revenue",
12,
19,
27
]
]
}
}
},
{
"text": "Explain the evidence."
},
{
"chart": {
"type": "column",
"data": {
"columns": [
"Series",
"Q1",
"Q2",
"Q3"
],
"rows": [
[
"Revenue",
12,
19,
27
]
]
}
}
},
{
"text": "A clear supporting point."
},
{
"chart": {
"type": "column",
"data": {
"columns": [
"Series",
"Q1",
"Q2",
"Q3"
],
"rows": [
[
"Revenue",
12,
19,
27
]
]
}
}
},
{
"text": "Describe the next step."
}
],
"design": {
"contentBox": false,
"contentAlignment": "center",
"contentDirection": "horizontal"
}
}
]
}Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.