Skip to content

Bt Chain

A `%%metro direction: BT` (bottom-to-top) section: a three-station chain whose flow runs up the column, the vertical mirror of a TB chain (#1044).

Mermaid source
examples/topologies/bt_chain.mmd
%%metro title: BT Chain
%%metro style: dark
%%metro line: a | A | #e63946
graph LR
subgraph work [Work]
%%metro direction: BT
w1[First]
w2[Second]
w3[Third]
w1 -->|a| w2
w2 -->|a| w3
end
CLI command
Terminal window
nf-metro render examples/topologies/bt_chain.mmd -o bt_chain.svg
Rendered map
BT Chain 1 First Second Third A created with nf-metro v1.1.0+dev