Commit 0d73cd8372bd16dec03e0d0788f85ac6357656ba
1 parent
559b8d49
graphs updates
Showing
1 changed file
with
1 additions
and
0 deletions
datalets/graph-datalet/graph-datalet.html
| @@ -180,6 +180,7 @@ Example: | @@ -180,6 +180,7 @@ Example: | ||
| 180 | .attr("y","0%") | 180 | .attr("y","0%") |
| 181 | .attr("width","100%") | 181 | .attr("width","100%") |
| 182 | .attr("height","100%") | 182 | .attr("height","100%") |
| 183 | + .attr("style","-webkit-border-radius: 20px;") | ||
| 183 | .append("feImage") | 184 | .append("feImage") |
| 184 | .attr("xlink:href", graph.nodes[i].image); | 185 | .attr("xlink:href", graph.nodes[i].image); |
| 185 | } | 186 | } |