Skip to content

Right Entry Over Top Tall Upstream

A same-row bundle wraps over the top of a stacked TB section's RIGHT entry while a taller upstream row-mate protrudes into the band above the target. The over-top channel drops into the inter-row gap below that box's bottom edge instead of running through its interior (#1364).

Mermaid source
examples/topologies/right_entry_over_top_tall_upstream.mmd
%%metro title: Over-top right entry, tall upstream
%%metro style: dark
%%metro line: alpha | Alpha | #e63946
%%metro line: beta | Beta | #0570b0
%%metro grid: source | 0,0
%%metro grid: tall | 1,0
%%metro grid: feeder | 0,1
%%metro grid: target | 1,1
graph LR
subgraph source [Source]
s1[Prepare A]
s2[Prepare B]
s1 -->|alpha,beta| s2
end
subgraph tall [Tall Upstream]
%%metro direction: TB
t1[Step 1]
t2[Step 2]
t3[Step 3]
t4[Step 4]
t5[Step 5]
t1 -->|alpha,beta| t2
t2 -->|alpha,beta| t3
t3 -->|alpha,beta| t4
t4 -->|alpha,beta| t5
end
subgraph feeder [Feeder]
f1[Prep C]
f2[Prep D]
f1 -->|alpha,beta| f2
end
subgraph target [Target]
%%metro direction: TB
%%metro entry: right | alpha, beta
g1[Merge]
g2[Report]
g1 -->|alpha,beta| g2
end
s2 -->|alpha,beta| t1
f2 -->|alpha,beta| g1
CLI command
Terminal window
nf-metro render examples/topologies/right_entry_over_top_tall_upstream.mmd -o right_entry_over_top_tall_upstream.svg
Rendered map
Over-top right entry, tall upstream 1 2 3 4 Prepare A Step 1 Prep C Merge Prepare B Step 2 Prep D Report Step 3 Step 4 Step 5 Alpha Beta created with nf-metro v2.0.0+dev