This pull request adds the ability to use addCircularPathData functions outside of the main package.
For example, this function can be used outside the main package in the case when we use the integration of react and d3, then we use addCircularPathDataon the graph to recalculate the coordinates of circular links after changing the coordinates of the source or target node.
This pull request adds the ability to use
addCircularPathData
functions outside of the main package.For example, this function can be used outside the main package in the case when we use the integration of
react
andd3
, then we useaddCircularPathData
on the graph to recalculate the coordinates of circular links after changing the coordinates of the source or target node.