Browse Source

removed fit

v3_develop
Alex de Mulder 9 years ago
parent
commit
d399fb18eb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/graph2d/01_basic.html

+ 0
- 1
examples/graph2d/01_basic.html View File

@ -47,7 +47,6 @@
end: '2014-06-18' end: '2014-06-18'
}; };
var graph2d = new vis.Graph2d(container, dataset, options); var graph2d = new vis.Graph2d(container, dataset, options);
graph2d.fit();
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save