@dbzsoft wrote:
Hi thank you Walter.
Now I have another problem, when I try to place a line between nodes, the line goes through others nodes. if I put the following code:
myDiagram.linkTemplate = $(go.Link, { routing: go.Link.AvoidsNodes }, // link route should avoid nodes $(go.Shape), $(go.Shape, { toArrow: "Standard" }) );How do I make the line pass over the group and between the nodes like the orange line I have drawn?
Posts: 10
Participants: 2
