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

Hi, I have added markers on the links connecting two nodes using svg marker elements.Now I want to add text beside those markers showing the value for those particular markers....

Adding ability to leverage the forceAtlas2 ngraph module. https://github.com/ZigGreen/ngraph.forceAtlas2

I checked the issues and as mentioned in #65, Vivagraph doesn't support node overlapping detection like d3.js. I was wondering if this feature is going to be added any time...

Added ngraph.offline.layout to Layout as a requirement but after building with gulp release, there are errors about "fs.existsSync" does not exist.

Thanks for this slick library! I'm working with a huge graph and am looking for ways to improve how it looks using WebGL as it's a giant hairball at the...

Getting the same errors every time vivagraph.js:1 Uncaught SyntaxError: Unexpected token < index_twit_viva.html:8 Uncaught ReferenceError: Viva is not defined

Hi Anvaka, I see you found a bug on IE11 for updating the matrix transformation in SVG: http://jsfiddle.net/anvaka/4bbx4gny/1/ I also commented out: https://connect.microsoft.com/IE/feedbackdetail/view/968203/ie-11-svg-transform-matrix-is-detached-from-svg-element#tabs If you, github stargazer, stump on it...

When node is updated with constant layout, it is removed. Check line 67 of src/Layout/constant.js. I suggest to turn it into ``` javascript if (change.changeType === 'add' || change.changeType ===...

I am experiencing a **critical** bug for **attaching nodes** atop of links. This is the bug I have with last version of vivagraph and IE On Safari, FF and Chrome...

Hi, I have noticed that when I click on a node and drag it off-canvas, that node gets pinned outside of the canvas region. I think the drag event is...