Commit 6333a5a5439b0536bb97b83142e09362553e5f5a

Authored by Andrea Petta
1 parent 81fc6385

public room style

datalets/graph-datalet/graph-datalet.html
... ... @@ -175,7 +175,7 @@ Example:
175 175 //end set initial zoom
176 176  
177 177 this.svg.append("rect")
178   - .attr("fill", "white")
  178 + .attr("fill", "transparent")
179 179 .attr("width", this.width)
180 180 .attr("height", this.height);
181 181  
... ...
datalets/graph-datalet/graph-with-clustering-datalet.html
... ... @@ -398,7 +398,7 @@ Example:
398 398 //end set initial zoom
399 399  
400 400 this.svg.append("rect")
401   - .attr("fill", "white")
  401 + .attr("fill", "transparent")
402 402 .attr("width", this.width)
403 403 .attr("height", this.height);
404 404  
... ...