tomshanley / d3-sankey-circular

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

fix identifyCircles routine #36

Closed antoinerg closed 5 years ago

antoinerg commented 5 years ago

Dear @tomshanley,

The identifyCircles routine, which I modified in a prior PR, had faulty logic that would lead to issues in some case (see #35). With this PR, the code is simpler and more robust.

Closes #35