@Monomoy wrote:
I need to create a layout & functionality similar to orgChartEditor sample.
But instead of tree I had to choose LayeredDigraphLayout as one node can have multiple “to links” & “from links”.I’ve used go.Link.AvoidsNodes as routing, go.Link.JumpOver as curve, put Standard arrowhead while defining link template & node is defined in similar to orgChartEditor sample.
Initial problem was - all links end are meeting at same point of a node. To overcome that I used “setsPortSpots: false”.
Now I’m not able to draw the links between nodes.
Posts: 1
Participants: 1