You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm working on a project with dagre-d3 and would like to know if in the current lib version is there any way i can control the position of some nodes, to keep then not only together (like clustering do) but also mostly alligned together.
For example,in the picture below the selected nodes are grouped together inside the cluster, but they are still scattered.
What i would like to do is to draw these nodes in a single line, alligned together instead of scattered,like this:
Is there anyway i can achieve that with the current version of the lib ?
If not, how could i go about changing the lib to achieve that ?
The text was updated successfully, but these errors were encountered:
I have reseached past issues and found some old threads that are related to my issue. dagrejs/dagre#201 #64
Are these fixes still possible in the current version of dagre ?
I think that being able to control the ranks of nodes would also help, but this feature appears to have been deprecated.
@pmario26 did you end up figuring this out? I'm in a similar situation-- need to stagger nodes at same level into separate rows so the text inside is readable on mobile
Hi, i'm working on a project with dagre-d3 and would like to know if in the current lib version is there any way i can control the position of some nodes, to keep then not only together (like clustering do) but also mostly alligned together.
For example,in the picture below the selected nodes are grouped together inside the cluster, but they are still scattered.
What i would like to do is to draw these nodes in a single line, alligned together instead of scattered,like this:
Is there anyway i can achieve that with the current version of the lib ?
If not, how could i go about changing the lib to achieve that ?
The text was updated successfully, but these errors were encountered: