Is there a way to distance groups in different areas using vis physics?
I want to distance my network groups on different areas using vis.
Final result i want to achieve is like here
WorlcupNwtwork. I tried to use the same physics but can not achieve the same...
I already tried different solvers and physics configurations but no any positions results.
Please help me !!
My current physics
physics: {
stabilization: {
enabled: true,
iterations: 1000,
updateInterval: 25,
},
forceAtlas2Based: {
gravitationalConstant: -191,
centralGravity: 0.045,
springLength: 5,
springConstant: 0.61,
damping: 0.4,
},
solver: 'forceAtlas2Based',
minVelocity: 0.75,
maxVelocity: 50,
timestep: 0.35,
}

Is there a way to distance groups in different areas using vis physics?
I want to distance my network groups on different areas using vis.
Final result i want to achieve is like here
WorlcupNwtwork. I tried to use the same physics but can not achieve the same...
I already tried different solvers and physics configurations but no any positions results.
Please help me !!
My current physics