Layout Pattern
Wheel / Radial Model
Circular frame with segments around a central theme. Good for frameworks with equal-weight components.
FrameworkRadialSegments
How to Use It
Wheel diagrams treat all segments as equal around a central idea - useful for brand values, balanced scorecards, or any framework where hierarchy is flat. 4-8 segments read cleanly. Label each segment with a name and one-line description; keep the center label short (the framework name). Different from hub-and-spoke in that each segment is a pie slice, not a satellite node. Used for strategy frameworks and value-based models.
Content Zones
TitleSlide title
BodyPrimary content
OPF Config
layouts:wheel-radialOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/wheel-radial"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "wheel-radial",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.