tomshanley / d3-sankey-circular

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

Commit "use Johnson's algorithm..." breaks javascript library #34

Open MichaelAnders opened 5 years ago

MichaelAnders commented 5 years ago

The mentioned commit adds the following code (apart from more):

var cycles = findCircuits(adjList);

Unfortunately, there is no javascript file used which contains the method which is now required. As such, the library is no longer executable/usable. For my testing I am using the version from before this commit successfully.

tomshanley commented 5 years ago

Have you installed the dependencies, including elementary-circuits-directed-graph?

tjrileywisc commented 5 years ago

Any hints on how to get that dependency loaded?

tomshanley commented 5 years ago

It should be part of the dependencies installed when using npm install