@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