VivaGraphJS
VivaGraphJS copied to clipboard
Graph drawing library for JavaScript
When resizing the window, the whole graph does a weird "jump" to the left or right:  Try it out here: http://jsbin.com/pelacomibu/1/edit?html,output Any idea what's going on? When doing this...
I am aware of those examples showing arrow heads with some extra code. But it will be great to have a property in the edge configuration that allows us to...
I have to do a Social Network analysis using any javascript library. After see a lot of library, i decided use vivagraph because the great interface and interaction with it....
I want to be able to get an event when a node is dragged with the nodes new location. Is this possible? What is the best way of doing this...
Hi, I am trying to add transparency to nodes which are not selected , is any VivaGraphJS API available to get this done ? I tried to do using JS...
Zoom in zoom out feature using mouse wheel is not working on Internet explorer.
Hi, I am using vivagraph for displaying my JSON data in the form of a diagram. However,when I am trying to change the image of all nodes according to the...
How to Implement Nested Nodes in Nodes
Hi and thanks for the wonderful library. I am trying to create a function call graph with your library and I need to start the graph with one node at...
IE 11 raises an Unspecified Error when using the WebGL renderer. The error occurs in updateBoundRect: https://github.com/anvaka/VivaGraphJS/blob/master/src/WebGL/webglInputEvents.js#L164 Reason seems that root.getBoundingClientRect() is called before the root (canvas) element is added...