ItFlyingStart

Results 4 comments of ItFlyingStart

I'm looking for this feature as well. I'm thinking to adapt the next example [https://github.com/vasturiano/react-force-graph/blob/master/example/click-to-focus/index.html](url) Is it possible to retrieve all graph nodes by using **ref={graphRef}** ? ![image](https://user-images.githubusercontent.com/5562995/103436164-fe0b1f80-4c18-11eb-9dfa-38db270813a5.png) Find the...

@JonThom: Thanks for your hint. I will try it out.

@JonThom: can you show how to access **graphData.nodes**? Because I don't see the property **graphData**. Not sure whether this property is also accessible for **ForceGraph3D**? ![image](https://user-images.githubusercontent.com/5562995/108232639-48058180-7143-11eb-821b-f1b9f390f8b4.png) ``

@vasturiano : thanks for your reply. I didn't know that the x y z coordinates will be populated in `gData.nodes` after assigning it to the `graphData` property. Great 👍. Just...