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 example
v3_develop
Alex de Mulder
9 years ago
parent
dfd9cf2a2b
commit
b76976c3fe
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
examples/network/15_dot_language_playground.html
+ 2
- 1
examples/network/15_dot_language_playground.html
View File
@ -80,7 +80,8 @@
<
/
table
>
<
script
type
=
"text/javascript"
>
var network, data;
var network = null;
var data = null;
var btnDraw = document.getElementById('draw');
var txtData = document.getElementById('data');
Write
Preview
Loading…
Cancel
Save