VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

Graph drawing library for JavaScript

Results 117 VivaGraphJS issues
Sort by recently updated
recently updated
newest added
trafficstars

Before this proposal one could pass a custom `factor` parameter to `graphics.scale` method BUT calling it directly causes: - no redendering; - no raising `scale` event by renderer; - no...

how many nodes can this graph support

This is an awesome library thank you - I just had a quick question - would the performance increase with WASM?

I've been trying to use vivagraph to represent a tree (ideally later with dynamic updates to nodes on the tree) The nodes get placed as I'd like, but the links...

On 'mouseup' listener, there is not any timeout for one click hence double click can never be invoked. I'm talking about this page : https://github.com/anvaka/VivaGraphJS/blob/master/src/WebGL/webglInputEvents.js I think there should be...

Hi ! The `addLink` function creates nodes if they do not exist. The data parameter of this function attaches ... data to the link. But what about created nodes ?...

Currently the graphs are displayed in a 'circular' layout, are there other options I can have to say have the nodes represented in blocks of data or something other than...

Heya, First off thanks for the library, its really awesome. I am facing more a logistical problem when using the library. What I want to do is dynamically create graphs...

Hello @anvaka, I have created a PR about fixing the dual links demo for tutorial_svg, using the multigraph option. Just mention it here as an issue for people that would...

Hello @anvaka, the latest release of Vivagraph is missing _getLayout_ method. Could you please include your latest commits in your latest release? https://github.com/anvaka/VivaGraphJS/compare/v0.10.1...master Thanks!