Browse Source

reverted example

v3_develop
Alex de Mulder 9 years ago
parent
commit
722300be8d
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      examples/network/02_random_nodes.html

+ 1
- 7
examples/network/02_random_nodes.html View File

@ -84,7 +84,7 @@
nodes: nodes,
edges: edges
};
var options = {stabilize:false, clickToUse:true};
var options = {stabilize:false};
network = new vis.Network(container, data, options);
// add event listeners
@ -97,12 +97,6 @@
network.on('startStabilization', function (params) {
document.getElementById('stabilization').innerHTML = 'Stabilizing...';
});
network.setData({
nodes: nodes,
edges: edges,
options: options
});
}

Loading…
Cancel
Save