Layout Pattern
Data Visualization
Clean charts and graphs with supporting text. Present complex data in digestible formats.
ChartsAnalyticsData
How to Use It
Data slides should tell a clear story. Highlight the key insight, remove chart junk, and use color strategically to draw attention to the most important data points. Always include a clear takeaway or headline that summarizes what the data means.
Content Zones
HeadlineKey insight
EvidenceChart, metric, or table
OPF Config
layouts:data-visualizationOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/data-visualization"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "data-visualization",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.