WebCompDev
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9b59ea3743791fa336c8236ab305774e6fe57e07
Authored by
Luigi Serra
2015-12-11 14:59:11 +0100
1 parent
4998f64a
graph updates
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/graph-datalet/graph-datalet.html
datalets/graph-datalet/graph-datalet.html
View file @
9b59ea3
...
...
@@ -145,7 +145,7 @@ Example:
145
145
.append("g");
146
146
147
147
//set initial zoom
148
- scale = (
0.87
);
148
+ scale = (
1.0
);
149
149
//translate = [(width-scale*width)/2, ((height-scale*height)/4)];
150
150
translate = [0, 0];
151
151
console.log("w: " + width + " h:" + height);
...
...