I am using d3-flow-tree (here) for displaying my tree's node as flow layout. And add other g -element to represent connection between two nodes (by managing other chart with flow -layout).
When drawing links from one node to other it's must be rectangular path that not intersect other node like attached image
need to find possible available path. any suggestion and ideas are welcome.
Thanks in advance