Browse Source

reverted example

codeClimate
Alex de Mulder 8 years ago
parent
commit
7b434c3204
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/network/basicUsage.html

+ 1
- 1
examples/network/basicUsage.html View File

@ -46,7 +46,7 @@
nodes: nodes,
edges: edges
};
var options = {nodes:{borderWidth:0}};
var options = {};
var network = new vis.Network(container, data, options);
</script>

Loading…
Cancel
Save