Layout Pattern
Network / Dependency Map
Graph of interconnected nodes. Exposes hidden dependencies and critical paths.
How to Use It
When you need to show that component A depends on B, C, and D - and B depends on E and F - a network diagram beats a list. Nodes are entities (systems, teams, workflows), edges are dependencies. Highlight critical paths or bottlenecks with color. Keep to 10-20 nodes - dense graphs lose meaning at a glance. Label nodes, label only the most important edges. Use for system architecture, risk analysis, and change impact reviews.
Content Zones
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Evidence
Chart 1x SlideImage
Chart 1x SlideImage OPF layout with a chart zone.
/layouts/chart-1x-slideimage
Data Evidence
Chart 1x Title Center SlideImage
Chart 1x Title Center SlideImage OPF layout with a chart zone and a slide title.
/layouts/chart-1x-title-center-slideimage
Data Evidence
Chart 1x Title Left SlideImage
Chart 1x Title Left SlideImage OPF layout with a chart zone and a slide title.
/layouts/chart-1x-title-left-slideimage
Data Analysis
Geographic Map
Map-based visualization of regions, territories, or location-based data. Turns spreadsheets into geography.
/layouts/geographic-map
Visual Storytelling
Customer Journey Map
Phases of the customer experience with actions, touchpoints, and emotions. Makes empathy visible.
/layouts/customer-journey
Visual Storytelling
Image Focus
Full-bleed imagery with overlaid text. Ideal for emotional storytelling and visual impact.
/layouts/image-focus
OPF Config
layouts:network-dependency-map{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/network-dependency-map",
"tags": [
"gallery:layouts/network-dependency-map"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "network-dependency-map",
"title": "Layout preview",
"subtitle": "Reference layout for the OPF \"network-dependency-map\" preset."
}
]
}Preview this config live at pptx.dev/playground.