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
reverted example
codeClimate
Alex de Mulder
8 years ago
parent
c32aa90a91
commit
7b434c3204
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
Write
Preview
Loading…
Cancel
Save