Layout configuration for flowcharts

interface FlowLayout {
    direction?: "TB" | "LR" | "RL" | "BT";
    nodeSep?: number;
    rankSep?: number;
}

Properties

direction?: "TB" | "LR" | "RL" | "BT"

Layout direction

nodeSep?: number

Horizontal spacing between nodes

rankSep?: number

Vertical spacing between ranks