I can't find examples for displaying a dependency graph where nodes can have multiple parents. Nodes can be grouped in swimming lanes and can be interconnected between lanes.
How can I build a graph with nodes grouped in swimming lanes, that can be connected as a dependency tree?
The graph also needs to be horizontal scrollable.