Custom node position in dagree-d3

479 Views Asked by At

I have a directed acylic graph done with dagre-d3. Is there any possibility to put a node in a different level and change the position of a node with some code? This library has some 'rank constraints' but it looks like in the latest version it's not working. My current suggestion is adding some links and hide them after that, but it's the last possible option and I really want to avoid it.

Currently, my graph looks as follow and my goal is put one cluster under other graph

0

There are 0 best solutions below