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);