Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to get links to go through groups?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles