jsgraphs icon indicating copy to clipboard operation
jsgraphs copied to clipboard

JsGraphs library

Results 17 jsgraphs issues
Sort by recently updated
recently updated
newest added

Produce a production-ready version of simulated annealing with the following optimizations: - Minimal delta cost computation: directly compute the delta using only the changed data - Avoid cloning: instead of...

Check the documentation, make sure all types are correct, add docs to methods/classes that are still missing it.

good first issue
techdebt

Tests for these methods are not automated. Either use zombie/virtual browser or the svg package to check the output.

embedding
techdebt

Add a method to remove vertices from graphs/embeddings

enhancement
graph
embedding

Add an implementation of Dijkstra's algorithm. Create a sub-folder for algorithms, so that it's possible to only load the ones needed, avoiding to make Graph a huge all-in-one class.

enhancement
graph
algorithm

enhancement
graph
algorithm

Add a method to remove edges from graphs/embeddings

enhancement
graph
embedding

enhancement
graph
embedding

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.4.0 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...

dependencies
javascript