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've modified the webGLRenderer.html example to load my medium-sized graph data. It has 6,026 nodes with 5,885 edges. The webgl graph does a decent job rendering, however once the nodes...

Hello, this is actually not an issue in vivagraph, but I need a little debriefing. I have a scaffolding in angular embedding vivagraph: I want to edit it, so that...

I would like to have a visualization with bezier curves instead of line between the links. In the example "07 - Dual Show Links", there is an implementation of a...

Relatively complex graphs have the issue of labels overlapping and making certain areas unreadable. ![google chromescreensnapz006](https://f.cloud.github.com/assets/6969/1744119/7a87a0c0-6417-11e3-80fd-9e3c66314260.png) A labelAdjust() function would be useful, like in Gephi. I guess the way to...

Suggestion

Is there a method that we can get the zoom level from Viva.Graph or something. I need to use it so that text size stay appropriate while zooming in and...

Hi, we want to place https://github.com/anvaka/VivaGraphJS on https://vk.com/forwebdev, could you please create a githab pages to create better a presentational kind

Is it possible to change the appearance of a node dynamically?? After graph has been rendered.

Is it possible to set each node gravity differently? i want it style like a tree. For example, top node will be less gravity, children will have more gravity Thanks

Here is a list of errors that occur. I will try to provide more details later ``` HTML1300: Navigation occurred. File: facebook HTML1527: DOCTYPE expected. Consider adding a valid HTML5...

I'm trying to change the constant layout option to a circular layout which doesn't care about the number of crosses and just arranges the nodes in the form of a...