ngraph.graph icon indicating copy to clipboard operation
ngraph.graph copied to clipboard

Graph data structure in JavaScript

Results 12 ngraph.graph issues
Sort by recently updated
recently updated
newest added

It would be nice to have a utility in the graph to detect if the graph was circular or not. This is useful for determining what kinds of graph layouts...

Hello, lots of thanks for your great work on graph in js. Here is question I've encountered in using these awesome projects. I am using `pm` to visualize some GitHub...

I added an oriented param to `getLink` so that you can get links pointing either direction easier and makes it easier to see if two links are connected in either...

The `removeLink` method has the following passage in the documentation: ``` If you pass two arguments, the function assumes they represent from/to node ids ``` I assume this means something...

Hello! I am using `ngraph.graph` version `^20.0.0` as specified in my `package.json`. I am creating a graph from a file `planet-route-data.json` like so: ```js import createGraph from 'ngraph.graph' function makeTravelGraph...

Hi. Thanks for this awesome library! I was able to visualize some pretty big datasets (5-10 millions of nodes and 15 millions of links). So I tried to increase the...

Hi, Not really an issue rather an enhancement (or probably I'm hopeless and it's already practicable ^^). Is it possible to show the direction of a link with an arrow...

Hi @anvaka! Thank you for your huge work on the `ngraph` packages family. It is cool, except there is a vital thing not implemented yet - so is a convenient...

I have been using and [old version since years](https://github.com/regorxxx/Music-Graph), but the newer versions are even worse in this aspect (due to map usage and ids). When 2 nodes have multiple...