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
Clean up test code from example 01
flowchartTest
jos
9 years ago
parent
0c9703016c
commit
9105832119
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/01_basic_usage.html
+ 1
- 1
examples/network/01_basic_usage.html
View File
@ -47,7 +47,7 @@
nodes: nodes,
edges: edges
};
var options = {
nodes:{font:{locale:'en'}}
};
var options = {};
var network = new vis.Network(container, data, options);
<
/
script
>
Write
Preview
Loading…
Cancel
Save