Link lines

Hi,

I am using the Entity relationship example. I changed some of the nodes and links.

I have three nodes (A, B and C). Node B and C are on the right side of Node A. A has a link to both B and C. How can I get two separate lines coming out of A. What I get is one line coming out of A which then splits into two lines, for B and C. I need two totally separate lines. I am using Orthogonal and curve = none.

Thanks
Rich

Actually, the nodes are already setup the way you want – they set the go:Node.FromSpot and go:Node.ToSpot to “AllSides”.

However, the ForceDirectedLayout is incorrectly assigning the links’ Route.FromSpot and Route.ToSpot to “NoSpot” rather than to “Default”. This has already been fixed for the next beta release.