D3 Force Layout Graph - Self linking node
问题 Using a force directed graph, how do you get a link to actually show up when the target and source are the same node. So basically just a nice little loop indicating that such an edge exists. There are two D3 examples that I already used or tried to use: I'm using http://bl.ocks.org/d3noob/5155181 to show direction, and the little endpoint arrow will show up pointing at itself, but no link line. http://bl.ocks.org/GerHobbelt/3616279 does does allow for self referencing and I even sort of got