VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

Graph drawing library for JavaScript

Results 116 VivaGraphJS issues
Sort by recently updated
recently updated
newest added

Is it possible/trivial to add a new graphics engine without recompiling the whole library? I'm kind of stuck as to what methods the "graphics" is expected to have as there's...

Hi I'm really liking VivaGraph, and trying to build an angularJS directive around it at the moment (I could maybe share that back into the project if you think it's...

I am noticing that in a large dense graph (1K+ nodes, 10K+ edges) the mousenter and click events are being fired inaccurately. That is even when I am outside a...

Is there a way to add an entire graph rather than graph.addNode() and graph.addLink() for all items ? I can see this being useful if you have multiple graphs or...

Hi, I'm making a dynamic visualization of a network topology and I'm using VivaGraphJS. So far it's been great. Now I'm having the issue that there are residual link line...

Has anyone spent any time trying to show text for webgl nodes? My webgl knowledge is very limited, but I have been able to draw texts to a seperate canvas...

on my macOS system I tried to execute the command and got: `gulp release` `zsh: command not found: gulp` What I had to do is: `node_modules/.bin/gulp release`

A react component for this would be very helpful in React apps.

The ability to store/load data from Redux would help with Redux based apps.

I found out Vivagraph few weeks ago. It`s really interesting. But I met a problem when I render .png images with webgl, nodes and edges are reversed. When I select...