anvaka / VivaGraphJS

Graph drawing library for JavaScript
Other
3.75k stars 425 forks source link

One extra node coming #119

Closed richa2008 closed 9 years ago

richa2008 commented 9 years ago

Hii.. I am using Vivagraph for my Network diagram.Everything is working fine with svg rendering.My graph is also coming properly and the text on nodes and links are also getting displayed,except for one thing.

One extra node is coming in the diagram which is static,fixed at one position and not changing with the graph.When I am displaying the text on nodes,text is being displayed on the nodes but along with that all the text data of the nodes is coming on that node also in an overlapping manner.Please help.

anvaka commented 9 years ago

use debugger tool and set breakpoint on graph.addNode() method. See the stack trace to see who's adding it... You can use node.id to log it to the console.