Skip to content

Wide Label Fan

A two-column fan whose station labels are wider than the column pitch; the engine wraps the labels and widens spacing so they don't collide.

Mermaid source
examples/topologies/wide_label_fan.mmd
%%metro title: Wide Label Fan
%%metro style: dark
%%metro center_ports: true
%%metro line: a | A | #e63946
%%metro line: b | B | #0570b0
graph LR
subgraph proc [Reporting]
%%metro entry: left | a, b
hub[Aggregate]
align[Alignment Summary]
quant[Quantification Report]
aqc[Alignment QC HTML]
qqc[Quantification QC HTML]
hub -->|a| align
hub -->|b| quant
align -->|a| aqc
quant -->|b| qqc
end
CLI command
Terminal window
nf-metro render examples/topologies/wide_label_fan.mmd -o wide_label_fan.svg
Rendered map
Wide Label Fan 1 Aggregate Alignment Summary QuantificationReport Alignment QC HTML QuantificationQC HTML A B created with nf-metro v1.1.0+dev