react-force-graph icon indicating copy to clipboard operation
react-force-graph copied to clipboard

React component for 2D, 3D, VR and AR force directed graphs

Results 216 react-force-graph issues
Sort by recently updated
recently updated
newest added

I'm playing with react-force-graph-2d & 3d. I have my own graph data model, related to my own needs. Types `NodeObject` and `LinkObject` are defined as intersection types with `object` It...

When I click on a node, the simulation starts to move again, I want to keep it paused when registering an onNodeClick() event, any ideas of how to do that?...

**Is your feature request related to a problem? Please describe.** I want to be able to cluster nodes under a larger node. For example, nodes A and B are inside...

This is not feature request or bug report, rather a usage question. When using react-force-graph-3d, seems that there is a limit to how far you can zoom in to the...

Hi guys, i'm building a 3d graph of my company's IT infrastructure as part of a bigger infrastructure documentation webapp, and i'm facing some difficulties trying to render 3d models...

**Describe the bug** In FireFox 80.0 when zooming in on the 2D text nodes example graph, the text nodes become squished and eventually disappear altogether. **To Reproduce** Steps to reproduce...

Hi, I would like to know if there is a to fix position of multiple node. For example, I load a network with 1 entry node and 1 child. When...

Hi, Is it possible to fix a link with a specific position on graph load?

**Describe the bug** When ever I rotate the graph too many times or go with the cursor outside of browser viewport the graph freezes and it's links disappear. **To Reproduce**...

Hey, Is it possible to somehow access the d3 force engine directly? The use case is that I want to build a stop button which allows users to stop the...