I found inspiration from this example: http://bl.ocks.org/mbostock/1062288 to create a collapsible Force Layout.
One challenge I'm facing is how to display a graph where a single node is connected to two parent nodes.
father father
| |
\ /
son
Is there a method for representing this in my JSON file? Swapping the son with one of the fathers (and vice versa) isn't an option for me.
Appreciate any assistance you can provide.