Commit 9b59ea3743791fa336c8236ab305774e6fe57e07
1 parent
4998f64a
graph updates
Showing
1 changed file
with
1 additions
and
1 deletions
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); |