Browse Source

minor tweak to example

v3_develop
Alex de Mulder 9 years ago
parent
commit
ff4444b30f
1 changed files with 2 additions and 2 deletions
  1. +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: 100,
content: "offset label",
xOffset: 20,
yOffset: 20
}

Loading…
Cancel
Save