If a parent node have 20 child nodes, the current layout engine will put all of them in a single line.
It will be very useful to setup a threshold for example 10, then Dagre can make the 20 nodes into 2lines. as the following graph,how can i put nodes into 2 rows. Thank you!
If a parent node have 20 child nodes, the current layout engine will put all of them in a single line. It will be very useful to setup a threshold for example 10, then Dagre can make the 20 nodes into 2lines. as the following graph,how can i put nodes into 2 rows. Thank you!