Hacker News new | ask | show | jobs
by djuggler 1402 days ago
Very nice. I've been wanting to play with the connected circles type of interface. How difficult was that to achieve?
1 comments

That part was straightforward thanks to the "d3-force" plugin for D3.js:

https://github.com/d3/d3-force

I probably ought to spend a little more time tuning the parameters, though.