tomshanley / d3-sankey-circular

A fork of the d3-sankey library to allow circular links.
MIT License
89 stars 41 forks source link

no default nodePadding is set #26

Open alumni opened 6 years ago

alumni commented 6 years ago

The variable py is not initialized in sankeyCircular() which causes problems with the calculation of y-axis coordinates if the users do not explicitly set the value by themselves.

tomshanley commented 6 years ago

Thanks - will fix