Commit 9b59ea3743791fa336c8236ab305774e6fe57e07

Authored by Luigi Serra
1 parent 4998f64a

graph updates

datalets/graph-datalet/graph-datalet.html
@@ -145,7 +145,7 @@ Example: @@ -145,7 +145,7 @@ Example:
145 .append("g"); 145 .append("g");
146 146
147 //set initial zoom 147 //set initial zoom
148 - scale = (0.87); 148 + scale = (1.0);
149 //translate = [(width-scale*width)/2, ((height-scale*height)/4)]; 149 //translate = [(width-scale*width)/2, ((height-scale*height)/4)];
150 translate = [0, 0]; 150 translate = [0, 0];
151 console.log("w: " + width + " h:" + height); 151 console.log("w: " + width + " h:" + height);