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

In TreeMapper sample, links not connected to the nodes

$
0
0

@zerus wrote:

In the TreeMap sample: https://gojs.net/latest/samples/treeMapper.html, links are not connected to the nodes, but to the group. Is there any way to correct this?

I try to replace the following code "var b = (group !== null) ? group.actualBounds : node.actualBounds;" with "var b = node.actualBounds;", then i get the right result. So what does that code means? Could i just simply replace it like that?

Thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles