File size: 581 Bytes
5596129
6237635
5596129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "height": "600px",
    "width": "1200px",
    "autoResize": true,

    "physics":{
        "enabled": true,

        "barnesHut": {
            "avoidOverlap": 1,
            "theta": 0.1,
            "gravitationalConstant": -10000,
            "centralGravity": 1,
            "springLength": 50,
            "springConstant": 0,
            "damping": 0.5
        },
        "stabilization": {
            "enabled": true,
            "iterations": 1000,
            "updateInterval": 50,
            "onlyDynamicEdges": false,
            "fit": true
        }
      }
}