diff --git a/examples/graph2d/19_labels.html b/examples/graph2d/19_labels.html index 509b319a..a235a57a 100644 --- a/examples/graph2d/19_labels.html +++ b/examples/graph2d/19_labels.html @@ -35,8 +35,8 @@ var container = document.getElementById('visualization'); var label1 = { - content: "Test", - xOffset: 100, + content: "offset label", + xOffset: 20, yOffset: 20 }