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.Could you tell me how to create mouse click event on node.And how to create a constantly visible label.Thanks in advance.

I'm trying to dynamically render new links with this code: ``` const renderLoop = setInterval(() => { renderer.pause(); setTimeout(() => { // Render new transactions for (let i = 0;...

I have just found this library, but I cannot get to render a simple graph from the readme example. I am not using any web framework. Here is my code:...

Besides the wiki, are there any plans to compile an API reference documentation? I'm rather lost with a few things, particularly adding properties to the nodes on WebGL/Canvas. While I...

Currently vivagraph allows to select only one node at time. Sometimes it's useful to be able to select multiple nodes. https://github.com/anvaka/VivaGraphJS/tree/master/demos/other/webgl-area-select - gives a good starting point of how to...

I am looking at ngraph.events and learnt a possible use of it to register a callback function to object in https://github.com/anvaka/VivaGraphJS/issues/134 In https://github.com/anvaka/VivaGraphJS/issues/187 it shows examples to subscribe events for...

The variable half should be half the node size so the hitbox on the node is correct. (When I changed the size of the node, the hitbox was off by...

Is there anyway to change the line thickness default value? I know that unfortunately there isn't any method to change the line specifications dynamically. Only color can be changed. But...

Hi - This is excellent work as it scales really well with WebGL - iHave you though of WebAssembly at all? It might improve the performance even more!

As develovers can deal with Rect objects, they should be able to perform such primitive operations as getting rect center/width/height easily.