You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered: