In my example there is only one link between two nodes but yet the link has curvature instead of straight line .
How to change this function to make link come as a straight line .
value is 1 and two nodes
sankey.link = function () {
var curvature = 0.5;
In my example there is only one link between two nodes but yet the link has curvature instead of straight line . How to change this function to make link come as a straight line . value is 1 and two nodes sankey.link = function () { var curvature = 0.5;