react-force-graph
react-force-graph copied to clipboard
React component for 2D, 3D, VR and AR force directed graphs
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Simply to add the "showNavInfo" property to ForceGraph2D - which is available in ForceGraph3D....
hello, I rendered some nodes using ForceGraph2D. some of them are connected with edges, and some are not. the problem is, when i drag a node, some isolated nodes, which...
First of all, great lib. Second awesome lib I'm using from you, thank you! I'm using the `warmupTicks={50}` because I'm loading a big dataset. Everything is working, with minor performance...
I use this, but I get this diagram: But I want to force it to be as a compact circle like this: I couldn't find any option for that. my...
Whenever I click a node (regardless of whether there is an onNodeClick handler or not) the framerate drops to ~5 frames per second for about 5-10 seconds, and then returns...
**Describe the bug** Sir, is there a way to change the controlType on the go. Say after the graph has rendered, I want to switch between different controlType modes. putting...
**Describe the bug** A clear and concise description of what the bug is. Hi, I'm trying to connect the html code to flask(python). When I load html only by IDE(Pycharm),...
**Describe the bug** I'm trying to dynamically add nodes to my graph, but every time a new node is added the existing node placements move to accommodate the addition of...
Hi there, I'm unable to figure out why this is happening hence I was turning to the community for help in resolving this. Here is the entire error message three-forcegraph.module.js:338...
Issue 1 :- label of link always parallel to link(edge) in 2D force graph. **Screenshots**  How to rotate label of link parallel to link? Issue 2 :- When I...