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

Link overlapping on Two swim lanes (vertical) node

$
0
0

@brajeshrajput wrote:

I have one category with different two swim lanes, I tried to connect two nodes in between swmming lanes but link is overlapping on node.

I tried to set avoidable: false for groupTemplate and groupTemplateMap but no luck.

myDiagram.groupTemplate =
			$(go.Group, "Auto",
				{
                                              avoidable: false,
                                              layout: $(go.TreeLayout,
						{
							angle: 90,
							arrangement: go.TreeLayout.ArrangementHorizontal
						})
                                   }

myDiagram.groupTemplateMap.add(“Pool”,
(go.Group, "Auto", { avoidable: false, layout: (PoolLayout, { spacing: new go.Size(20, 20) })
}
));

myDiagram.linkTemplate =
$(go.Link,
{
routing: go.Link.AvoidsNodes,
relinkableFrom: true,
relinkableTo: true,
corner: 2,
smoothness: 1.0
}

PFA of the problem.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles