Commit 0d73cd8372bd16dec03e0d0788f85ac6357656ba

Authored by Luigi Serra
1 parent 559b8d49

graphs updates

datalets/graph-datalet/graph-datalet.html
... ... @@ -180,6 +180,7 @@ Example:
180 180 .attr("y","0%")
181 181 .attr("width","100%")
182 182 .attr("height","100%")
  183 + .attr("style","-webkit-border-radius: 20px;")
183 184 .append("feImage")
184 185 .attr("xlink:href", graph.nodes[i].image);
185 186 }
... ...