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

I am trying to pin a node after dragging ends and unpin the node on double click. However, using layout.pinNode does not seem to work from inside the webgl input...

The readme links to [this video](https://www.youtube.com/watch?v=Ax7KSQZ0_hk) as proof of speed. But @anvaka I notice you have [a comment](https://www.youtube.com/watch?v=Ax7KSQZ0_hk&lc=z12yyzw40umvgtb2u23zilbavoawff0es.1474484025491153) in the video saying that the new d3-force may be faster: >...

I have encountered the following bug in every webgl graph I have created: ![ezgif-3-b73092167c](https://user-images.githubusercontent.com/22087964/27312122-02cc5362-55a1-11e7-9ac5-792953bec6ce.gif) I can not change the size of the canvas manually, so I ask to get a...

I want to check node exist or not before create a new node

Hi, I built a network graph using vivagraph, and forcelayout. Nodes are dispersing from (0,0) to outward and makes circular shape system. I have about 400 nodes and they are...

Deleting a node other than the last added node can cause other nodes to display wrong image. I made a jsfiddle demostrating this issue: https://jsfiddle.net/40v7c2vs/1/ You can see the issue...

What do you think would be the influence if you would have a node with a time dimension on it... based on the recentness, it would have a weight (tweakable)...

First of all: thank you for all of ngraph! I'm currently looking into rendering a network graph and the [youtube](https://github.com/anvaka/yasiv-youtube) and [amazon](http://www.yasiv.com/amazon#/Search?q=graph%20drawing&category=Books&lang=US) (source not found) examples have come the closest...

Hi, how do I modify webglLineProgram to draw a path instead of a line? using SVG I can use native and draw a path connecting A to B (fromPos and...

Hi @anvaka , I found SVG implementation very handy, however, did you considered to support also rendering of graph on html5 ? I thought that for expanded-on-demand graphs it would...