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
I've got a scenario where some nodes or even entire columns will have zero values, and this appears to cause issues.
Specifically, when calculating the ky factor in initializeNodeBreadths. If you have a ky of zero, no values can be drawn and all lines are minimum thickness.
To resolve this, columns with a zero total should be ignored.
I've got a scenario where some nodes or even entire columns will have zero values, and this appears to cause issues.
Specifically, when calculating the ky factor in initializeNodeBreadths. If you have a ky of zero, no values can be drawn and all lines are minimum thickness.
To resolve this, columns with a zero total should be ignored.
It's one of the issues resolved in https://github.com/OptrixAU/d3-sankey
The text was updated successfully, but these errors were encountered: