Nodes as list in force layout (over a map)
问题 I'm building a force layout visualization on top of a leaflet map. I was able to locate some of the nodes in a specific lon and lat but now I'm having trouble with the other nodes. Right now this is what I have: https://bl.ocks.org/pierreee1/701c9cea921feec39c256af725277a12/9f48af9dba15cb3e2b0c4053f5c47d87cb79e4ba What I would like is to position those nodes like a list. Something like this: So you can click on a node if you'd like to see the links: Also, they move along with the map. Should