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

Link overlays the text block of nodes in self pointing situation

$
0
0

@QooQooDaas wrote:

Environment:

  • Browser(Chrome latest)
  • go.js 2.0.16

Hi, I’ve tried drawing a network diagram using go.js and faced an issue lately that links overlay the text block of nodes in self pointing situation.

Screenshot:
41

As you see, the link which comes from a node and points the same one overlays the text block of the node.

new go.Binding('routing', 'routing', (val) => {
  return go.Link[val];
}),
new go.Binding('curve', 'curve', (val) => {
  return go.Link[val];
}),
new go.Binding('curviness', 'curviness')

I’ve tried it like above, but it didn’t solve the issue.
Any insight would be appreciated!

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles