From a74a42f4ca53b523338814eb37894e0b051ab297 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 28 Aug 2015 20:42:09 +0200 Subject: [PATCH] Lowered stabilization iterations --- examples/network/exampleApplications/lesMiserables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);