Co-investigator visualisation fix
This commit is contained in:
parent
92fc03ea75
commit
847a480713
1 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ $(document).ready(function(){
|
||||||
.data(function (chords) { return chords; })
|
.data(function (chords) { return chords; })
|
||||||
.enter().append('path')
|
.enter().append('path')
|
||||||
.style('fill', function (d) { return fill(d.target.index); })
|
.style('fill', function (d) { return fill(d.target.index); })
|
||||||
.attr('d', d3.svg.chord().radius(inner_radius))
|
.attr('d', d3.ribbon().radius(inner_radius))
|
||||||
.style('opacity', .8);
|
.style('opacity', .8);
|
||||||
|
|
||||||
svg.append("g").selectAll(".arc")
|
svg.append("g").selectAll(".arc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue