Commit 3f2836f6b01172f67588cee13ca6d11f58fca1a0

Authored by Renato De Donato
2 parents b4accc86 81c5826d

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
... ... @@ -27,8 +27,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
27 27  
28 28 .card {
29 29 position: relative;
30   - margin: 20px 20px 20px 20px;
31   - height: 90%;
  30 + margin: 6px;
  31 + height: 98%;
32 32 }
33 33  
34 34 </style>
... ...
datalets/graph-datalet/graph-datalet.html
... ... @@ -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);
... ...