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

Port linking bad wire orientation

$
0
0

@llopht wrote:

Hi there,

I try to links two nodes, but the result wire is not in the correct orientation :

The right (green) node has this properties :

panel.fromSpot = go.Spot.Right;
panel.fromLinkable = true;
panel.alignment = go.Spot.Right;

And the left node this properties :

panel.toSpot = go.Spot.Left;
panel.toLinkable = true;
panel.alignment = go.Spot.Left;

I have double check my code but I dont understand where is the issue.

Jerome

Posts: 9

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles