You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While making cartograms I'm finding that the collide function of this block works much better than just using d3.forceCollide, as it seems to be made for squares rather than circles with a certain radius.
Is there a way to emulate its behaviour with the current forces available? If not, does it make sense to have it inside d3-force in some form?
The text was updated successfully, but these errors were encountered:
While making cartograms I'm finding that the collide function of this block works much better than just using d3.forceCollide, as it seems to be made for squares rather than circles with a certain radius.
Is there a way to emulate its behaviour with the current forces available? If not, does it make sense to have it inside d3-force in some form?
The text was updated successfully, but these errors were encountered: