Mike

Results 4 comments of Mike
trafficstars

You can use a hack using setTimeout. ``` var events = Viva.Graph.webglInputEvents(graphics, graph); events.click(function (node) { setTimeout(function () { layout.pinNode(node, true); }, 50); }); ```

Hello @gg4u, by passing this option, you are able to add more than one links between two nodes. You can check the demo here -> https://github.com/anvaka/VivaGraphJS/blob/master/demos/tutorial_svg/07%20-%20Show%20Dual%20Links.html Without this option you...

Hello! Is there any update on this issue? DOM based labels is not the best solution when you have a big batch of nodes.

Hello! It is a duplicate. Related issue: #29 I opened a PR. You can check the comment for a workaround.