Layout Pattern
Data Visualization
Clean charts and graphs with supporting text. Present complex data in digestible formats.
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
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Analysis
Detailed Data Table
Full-slide data table for reference and Q&A. Dense on purpose, lives in the appendix.
/layouts/detailed-data-table
Data Analysis
Dashboard
Multiple small charts in a grid for an at-a-glance overview. Bird's-eye view of a business or function.
/layouts/dashboard
Data Analysis
Forecast / Scenario Model
Multi-line chart showing base, upside, and downside projections. The honest way to present uncertainty.
/layouts/forecast-scenario
Data Analysis
KPI Scorecard
Row of KPIs with current value, target, and RAG status. The health check at a glance.
/layouts/kpi-scorecard
Data Analysis
Waterfall / Bridge
Step chart showing how a starting value becomes an ending value. Makes variances and drivers legible.
/layouts/waterfall-bridge
Business Strategic
Gantt / Project Plan
Horizontal bar chart of tasks across a timeline. The canonical project-status slide.
/layouts/gantt-project-plan
OPF Config
layouts:data-visualization{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/data-visualization",
"tags": [
"gallery:layouts/data-visualization"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "data-visualization",
"title": "Layout preview",
"subtitle": "Reference layout for the OPF \"data-visualization\" preset."
}
]
}Preview this config live at pptx.dev/playground.