Layout Pattern
Dashboard
Multiple small charts in a grid for an at-a-glance overview. Bird's-eye view of a business or function.
How to Use It
Dashboards show scale - a single slide that represents the whole business or function. Use a 2x2 or 3x2 grid of small charts, each with a clear label and headline metric. Avoid making any one chart too detailed; if a chart needs explanation, it belongs on its own slide. Good dashboards have visual consistency - same chart conventions, same color palette, same font scale across every tile.
Content Zones
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Analysis
Data Visualization
Clean charts and graphs with supporting text. Present complex data in digestible formats.
/layouts/data-visualization
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
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:dashboard{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/dashboard",
"tags": [
"gallery:layouts/dashboard"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "dashboard",
"title": "Layout preview",
"subtitle": "Reference layout for the OPF \"dashboard\" preset."
}
]
}Preview this config live at pptx.dev/playground.