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
%%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 endCLI command
nf-metro render examples/topologies/bt_chain.mmd -o bt_chain.svg