I would try my best to describe the challenge that I am facing. I would like to use D3 to make 2 things:
1. A List that contain Node name
2. A Forcelayout graph with Node and Link
They are on different divs. Can make it in 1 .js but preferable 2 seperate.
Desired interaction:
When I click on a Node in the graph, the corresponding one in the
list would be highlight
How can accomplish such objective?