In this example, "level"
is used to control the vertical position a node is put at (assuming hierarchical.direction
is up-down
).
However, I didn't find how to set the horizontal order for nodes on the same hierarchy. For example, if I want to put node 6
in front of node 1
, is there a way to do it?
My understanding is that the horizontal order is purely determined by node insertion order, is it correct?