I use this example : http://bl.ocks.org/mbostock/1062288 , to generate a collapsible Force Layout.
My problem is : I would like to plot a graph whose a son is linked to two fathers.
father father
| |
\ /
son
There is a way to do that in my JSON file ? I can't invert my son by a father (and my fathers by two sons).
Thanks for your help.