diff --git a/examples/network/exampleApplications/lesMiserables.html b/examples/network/exampleApplications/lesMiserables.html index 3ac0114e..bf39a462 100644 --- a/examples/network/exampleApplications/lesMiserables.html +++ b/examples/network/exampleApplications/lesMiserables.html @@ -376,7 +376,7 @@ maxVelocity: 146, solver: 'forceAtlas2Based', timestep: 0.35, - stabilization: {iterations:300} + stabilization: {iterations: 150} } }; var network = new vis.Network(container, data, options);