airbnb / visx

🐯 visx | visualization components
https://airbnb.io/visx
MIT License
19.16k stars 697 forks source link

Force layout #429

Open j1mie opened 5 years ago

j1mie commented 5 years ago

Hi there, I'm wondering if you have any suggestions / general guidance on how best to create a force layout using d3-force and vx. Really enjoying using vx so far, cheers!

Parul-Kudtarkar commented 5 years ago

I am interested in force layout as well. I am specifically interested in using force layout for following implementation (polar layout)- https://codesandbox.io/s/n3w687vmqj Thanks!

j1mie commented 5 years ago

Hi @Parul-Kudtarkar - Victory's implementation of force may be a good starting point for implementing a force layout in React.

Parul-Kudtarkar commented 5 years ago

Hi @j1mie! I will check the package. react force-graph is another good alternative. https://www.npmjs.com/package/force-graph

dielsalder commented 2 years ago

I'm also looking for help creating a 'polar force graph' layout, any updates appreciated!