Hello Walter thanks for your answer. I’d like to know if it is possible to draw the links following these rules:
- the link has to be as long as its label;
- in this example the self reference links are drawn starting from the top or bottom of the node, and they start/arrive from/to the same point. I need that my links start/arrive from/to different points. I’ve set the
setsPortSpot: false, setsChildPortSpot: false
but it affects only links that not refer to themselves.
Thanks