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
minor tweak to example
v3_develop
Alex de Mulder
9 years ago
parent
ca85e86be2
commit
ff4444b30f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/graph2d/19_labels.html
+ 2
- 2
examples/graph2d/19_labels.html
View File
@ -35,8 +35,8 @@
var container = document.getElementById('visualization');
var label1 = {
content: "
Test
",
xOffset:
10
0,
content: "
offset label
",
xOffset:
2
0,
yOffset: 20
}
Write
Preview
Loading…
Cancel
Save