SGH
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0d73cd8372bd16dec03e0d0788f85ac6357656ba
Authored by
Luigi Serra
2015-12-17 22:50:55 +0100
1 parent
559b8d49
graphs updates
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
datalets/graph-datalet/graph-datalet.html
datalets/graph-datalet/graph-datalet.html
View file @
0d73cd8
...
...
@@ -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
}
...
...