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

Hi, thankcs for the precious help you use to provide me, I come with another question: Is there any way to register the event of a click outside a node,...

sometimes we want to have a div feature (with elements ,style and events) as a graph node and i think in Viva could be use foreignObject (because it's SVG based)...

Hi, I was wandering if you can help me... I want to produce a pie chart at node locations of a graph. I know how to do it with SVG...

Hi, Thanks for the example code(http://jsfiddle.net/atima/yc3tB/7/) showing how to add edge label to the graph. In this example When you remove the link using graph.removeLink method, the edge label is...

Hi Andrei, this is a suggestion to improve UX. I wonder if you could debrief in experimenting a new visualization, a sort of hybrid between constant layout and force-spring. My...

I am trying to do an experiment: to draw polygons where there are triades (cycles between node A-B-C-A). The problem I encounter is that the resulting polygon stays atop of...

Hello, I have an interactive graph which populate data from one service (A) and decorate nodes from another (B). My problem is that I am having issues with chaining callbacks...

Hello, I am not an expert in coding with JS, and I have confusion in how to call functionalities I see in vivagraph.js. Would it be possible to add examples...

Sorry if I'm missing something obvious, but as near as I can tell, the point of insertion for nodes is wandering all over the place. I just want a reliable...

Hi, another question: Is there any way to achieve always the same visualisation of the graph given a predefined data? I mean, given a set of nodes and relations between...