Layout Pattern
Chart 1x
Chart 1x OPF layout with a chart zone.
Chart1 zoneCenter aligned
How to Use It
Chart 1x is a canonical OPF chart layout from the OPF layout catalog. It defines 1 placeholder zone (chart: Chart content 1). Use it when you need exact OPF parity for slide.layout chart-1x. Reading flow is horizontal.
Content Zones
ChartChart content 1
OPF Config
layouts:chart-1xOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/chart-1x"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart-1x",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.