Browse Source

updated example

v3_develop
Alex de Mulder 10 years ago
parent
commit
a330905149
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/network/33_animation.html

+ 1
- 1
examples/network/33_animation.html View File

@ -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

Loading…
Cancel
Save