d3 / d3-plugins

[DEPRECATED] A repository for sharing D3.js V3 plugins.
https://github.com/d3/d3/wiki/Plugins
Other
1.81k stars 684 forks source link

Node without a Link #149

Open Nahel88 opened 8 years ago

Nahel88 commented 8 years ago

Hello, Im trying to build a node without any links , if i just added the node without any kinda links in the Links section, Only the node name shows in the diagram but the rect. not. i was trying to trace the code and the problem actually is at

  target.targetLinks.push(link);

cuz there is no value giving for the link. so is there any idea how to edit it .