In the pic that all node not in a line.
I want all the nodes in a line within the netcharts,not incline as showed in pic. Which property of zoomcharts is used for disable incline? Thanks for help.
In the pic that all node not in a line.
I want all the nodes in a line within the netcharts,not incline as showed in pic. Which property of zoomcharts is used for disable incline? Thanks for help.
Make all nodes in a line
I found that using
direction
to make all nodes in a line.Just make direction consistent withfrom ... to...
a_child1 <- a -> b -> c -> c_child1