d3.ForceBundle icon indicating copy to clipboard operation
d3.ForceBundle copied to clipboard

Not discard self loops?

Open darindam1990 opened this issue 8 years ago • 0 comments

Not really an issue but curious how we can get the algorithm to work with self loops? I see the code filters them out but if we need to preserve self loops, how do we go about it? I gave it a shot by skipping the filtering altogether but the code then fails in other areas where it's computing forces etc. Any pointers?

darindam1990 avatar May 19 '17 18:05 darindam1990