From a330905149b494ca5e3da504dc7c421f0cebd95e Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 9 Sep 2014 19:02:52 +0200 Subject: [PATCH] updated example --- examples/network/33_animation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/network/33_animation.html b/examples/network/33_animation.html index 1f9bd26c..0bebc4f2 100644 --- a/examples/network/33_animation.html +++ b/examples/network/33_animation.html @@ -105,7 +105,7 @@ nodes: nodes, edges: edges }; - var options = {stabilizationIterations:3000}; + var options = {stabilizationIterations:1200}; network = new vis.Network(container, data, options); // add event listeners