From ff4444b30fc098ddd0f5d3a8154288a39e20e0b5 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Thu, 19 Feb 2015 11:58:09 +0100 Subject: [PATCH] minor tweak to example --- examples/graph2d/19_labels.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }