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
fixed little bug in example code
gh-pages
Alex de Mulder
9 years ago
parent
5b78ec254b
commit
e83c33777e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
network_examples.html
+ 1
- 1
network_examples.html
View File
@ -112,7 +112,7 @@
];
// create a network
var container = document.getElementById('
mynetwork
');
var container = document.getElementById('
visualization
');
var data = {
nodes: nodes,
edges: edges
Write
Preview
Loading…
Cancel
Save