Hi
When I have a number of links with no port specified going to the same node, these can link to the node at the same point. When possible I’d like to avoid this situation and link at a different point instead.
This is what currently happens
This is what I’d like
Do I need to add this functionality myself by extending the Link class? Or is it configurable somewhere? It appears LayeredDigraphLayout may do what I want, but I don’t want the node layout features that provides