@pc222 wrote:
Hi,
if I create a mind map diagram, https://gojs.net/latest/samples/mindMap.html , with a lot of nodes, the graphic will be destroyed. This means that the connections no longer work. For me the problem occurs with about 280 data records.
Example:
{“class”: “go.TreeModel”,
“nodeDataArray”: [
{“key”: 0, “text”: “Mind Map”, “loc”: “0 0”},
{“key”: 1, “parent”: 0, “text”: “getting more time”, “brush”: “skyblue”, “dir”: “right”, “loc”: “77 -22”},
…
Does anyone have any idea how to work around the problem?
Posts: 1
Participants: 1