Browse Source

Clean up test code from example 01

flowchartTest
jos 9 years ago
parent
commit
9105832119
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/network/01_basic_usage.html

+ 1
- 1
examples/network/01_basic_usage.html View File

@ -47,7 +47,7 @@
nodes: nodes,
edges: edges
};
var options = {nodes:{font:{locale:'en'}}};
var options = {};
var network = new vis.Network(container, data, options);
</script>

Loading…
Cancel
Save