Andrei Kashcha
Andrei Kashcha
Agreed. Will add an API for this.
Yep. Check this: ["Basic graph operations"](https://github.com/anvaka/VivaGraphJS/wiki/Basic-graph-operations) - you can pass any object (not necessary a string or a number) as a last argument for `addNode()`/`addLink()` methods.
Which version of IE? What kind of graphics are you using (SVG or CSS)?
Hello, Thank you! Please share your directive when you think it's ready. I don't think I have an example for hiding edges for vivagraph. If it becomes very slow you...
Good point. I'll try to make something!
@arikan there is no build-in way to do this yet. The way I'm doing it in [Amazon visualization](http://www.yasiv.com/amazon#/Search?q=graph&category=Books&lang=US) is very cumbersome. I had to create a separate group layer `g`...
@henry74 there is no way to do this, if you are using renderer. I'm trying to understand your use case better. Do you need other interactive features of the renderer...
@henry74 very nice :)!
Thank you @joerodrig3! A small note about `renderer.run()`. You mentioned that SVG element is created when the renderer is run. This was fixed in version `v0.5.8`, and now you can...
What is this file `index_twit_viva.html`?