Loving d3js, such a fun library! Got inspiration from this: https://github.com/mbostock/d3/wiki/Force-Layout
A Pen by Choon Ken Ding on CodePen.
/* | |
* Given an array of pairs | |
* such as this | |
* `['a-b','b-c']` | |
* | |
* and we wish to convert to | |
* `{ | |
* a: b, | |
* b: c | |
* }` |
Loving d3js, such a fun library! Got inspiration from this: https://github.com/mbostock/d3/wiki/Force-Layout
A Pen by Choon Ken Ding on CodePen.