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

when you click on an object it jumps, it does so in tag v0.8.1 and corrent master but not in tag v0.7.12 . Can i get the old behavior in...

Dear, Firstly, thanks for this amazing library. I would like to render huge graph >10k vertices where nodes coordinate (x.y) are provided at least as inital position. Thanks

Good day. Trying to make in SVG something hyperlink like this: circle in VivaGraphJS code i try: graphics.node(function(node) { var ui = Viva.Graph.svg("g"), svgText = Viva.Graph.svg("text").attr("y", "-4px").text(node.id), img = Viva.Graph.svg("image")...

I made a package dependency tree visualizer for arch linux packages. It is [here](https://clemens-dautermann.github.io/).

Hello Andrei, Much of the computations goes in the rendering part, and so I was looking at ways to improve efficiency. Consider the situation of adding new neighbours, by tapping...

I tried to use VivaGraphJS and I'm happy with the first results, but I'm having troubles using it because - although opensource - I don't have access to all the...

built-in WebGL renderer, how to render images on nodes instead of squares

A little edit to allow a user select nodes and links distinctly. Since SVG does not accept z-index, I find it useful in UI design to keep nodes labels on...

I want to outsource the layouting in a webworker, to free some cycles for my main program. I can not find the right entry point in the code though. Can...

I found VivaGraphJS so I can visualize some data I generated through java. I'd like to be able to label the nodes with some text (not image) to represent the...