Layout Pattern

Dashboard

Multiple small charts in a grid for an at-a-glance overview. Bird's-eye view of a business or function.

OverviewMulti-chartMonitoring

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

HeadlineKey insight
EvidenceChart, metric, or table

OPF Config

layouts:dashboard
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/dashboard"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "dashboard",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.