File size: 730 Bytes
5596129
6237635
5596129
 
 
0222cea
 
 
 
 
 
 
 
5596129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0222cea
 
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
28
29
30
31
32
33
34
35
36
37
{
    "height": "600px",
    "width": "1200px",
    "autoResize": true,

    "edges":{
        "smooth": {
            "enabled": true,
            "type": "dynamic",
            "roundness": 0.5
          }
    },

    "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
        }
      }

    
}