@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:
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
