This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
rebuilt
flowchartTest
Alex de Mulder
9 years ago
parent
672bbd8bd2
commit
b01e3d268d
2 changed files
with
569 additions
and
562 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+568
-561
dist/vis.js
+1
-1
examples/network/01_basic_usage.html
+ 568
- 561
dist/vis.js
File diff suppressed because it is too large
View File
+ 1
- 1
examples/network/01_basic_usage.html
View File
@ -46,7 +46,7 @@
nodes: nodes,
edges: edges
};
var options = {
locale:'en'
};
var options = {};
var network = new vis.Network(container, data, options);
<
/
script
>
Write
Preview
Loading…
Cancel
Save