-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get perfectly centered lines using layered, interactive strategy? #1027
Comments
Thanks @soerendomroes , I'm working on this with @donutdan4114 . I updated the nodes so that, when multiple edges leave a node, theres an "source" port for each, and when they converge on a node, that node has a matching number of 'target' ports - seems to help with one of the edge problems. There is still the issue of the middle path not being aligned. I have tried switching back and forth between Not sure how to achieve the center alignment of |
Also ive found that when using |
@BCampbellDev Sadly, there is currently no option for this. |
@BCampbellDev I will mark this as a bug and try to investigate this. |
thanks @soerendomroes |
@soerendomroes I was able to find some success by regrouping and using parent nodes, and I think this is the direction I will head in. I do have one question about this I'm wondering if you or anyone else could shed light on Is there a way to top align the three nodes, N3A, N3B, N3C ? |
@BCampbellDev Yes, by setting |
Ah thank you @soerendomroes I will try that! |
@soerendomroes perfect thank you so much |
@soerendomroes would you have any thought on this one ? its slightly different so I created a new question for it |
This is a very real example of how our elk is setup. I have tried to fix the layout to achieve a perfect look. I have tried most options, but not sure how most of them work.
Two issues, may or may not be related:
INTERACTIVE
, but not sure of other consequences to switching from that strategy.I am sure I am missing something obvious with how I should even be thinking about the node setup.
p.s. Thank you everyone for this amazingly powerful tool. Truly a work of wonder that it can do all that it does!
The text was updated successfully, but these errors were encountered: