Skip to content

Commit 003704c

Browse files
committed
remove gap between circular links
1 parent 04d53ff commit 003704c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/sankey/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function sankeyModel(layout, d, traceIndex) {
4545
if(circular) {
4646
sankey = d3SankeyCircular
4747
.sankeyCircular()
48-
.circularLinkGap(2)
48+
.circularLinkGap(0)
4949
.nodeId(function(d) {
5050
return d.pointNumber;
5151
});

0 commit comments

Comments
 (0)