d3 / d3-plugins

[DEPRECATED] A repository for sharing D3.js V3 plugins.

Home Page:https://github.com/d3/d3/wiki/Plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node without a Link

Nahel88 opened this issue · comments

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 .