From 9b59ea3743791fa336c8236ab305774e6fe57e07 Mon Sep 17 00:00:00 2001 From: luigser Date: Fri, 11 Dec 2015 14:59:11 +0100 Subject: [PATCH] graph updates --- datalets/graph-datalet/graph-datalet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datalets/graph-datalet/graph-datalet.html b/datalets/graph-datalet/graph-datalet.html index 7df62d4..30ef454 100755 --- a/datalets/graph-datalet/graph-datalet.html +++ b/datalets/graph-datalet/graph-datalet.html @@ -145,7 +145,7 @@ Example: .append("g"); //set initial zoom - scale = (0.87); + scale = (1.0); //translate = [(width-scale*width)/2, ((height-scale*height)/4)]; translate = [0, 0]; console.log("w: " + width + " h:" + height); -- libgit2 0.21.4