Commit 6333a5a5439b0536bb97b83142e09362553e5f5a
1 parent
81fc6385
public room style
Showing
2 changed files
with
2 additions
and
2 deletions
datalets/graph-datalet/graph-datalet.html
@@ -175,7 +175,7 @@ Example: | @@ -175,7 +175,7 @@ Example: | ||
175 | //end set initial zoom | 175 | //end set initial zoom |
176 | 176 | ||
177 | this.svg.append("rect") | 177 | this.svg.append("rect") |
178 | - .attr("fill", "white") | 178 | + .attr("fill", "transparent") |
179 | .attr("width", this.width) | 179 | .attr("width", this.width) |
180 | .attr("height", this.height); | 180 | .attr("height", this.height); |
181 | 181 |
datalets/graph-datalet/graph-with-clustering-datalet.html
@@ -398,7 +398,7 @@ Example: | @@ -398,7 +398,7 @@ Example: | ||
398 | //end set initial zoom | 398 | //end set initial zoom |
399 | 399 | ||
400 | this.svg.append("rect") | 400 | this.svg.append("rect") |
401 | - .attr("fill", "white") | 401 | + .attr("fill", "transparent") |
402 | .attr("width", this.width) | 402 | .attr("width", this.width) |
403 | .attr("height", this.height); | 403 | .attr("height", this.height); |
404 | 404 |