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

d3-force graphs as React Components.

Results 40 react-vis-force issues
Sort by recently updated
recently updated
newest added

Is it possible to define the size of each node like in the storybook 10 Nodes example? https://uber.github.io/react-vis-force/?selectedKind=%3CForceGraph%20%2F%3E&selectedStory=10%20nodes&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel

![image](https://cloud.githubusercontent.com/assets/1530410/26702555/629801a4-46da-11e7-9c14-6bb56a2f87ba.png) In this screenshot it's quite visible that the bigger the node, the more likely it will cover the arrow. Some nodes cover the arrows entirely. Arrows should be re-positioned.

help wanted

Just a little fix to the InteractiveForceGraph doc that confused me while getting started

Hi, Would be great to have further documentation on ForceGraphLink. Having trouble figuring out how to set the distance between nodes. Thank you.

Added note to docs/InteractiveForceGraph.md related to render issue discussed on #60 and suggested by @kristianmandrup.

I need to group up the nodes of same color. I tried with **forceCluster** which is placed inside **updateSimulation** but not working. please suggest what's wrong with my code OR...

Hi guys, I'm having a graph with 50 nodes and connections, I rad the open issue about adding 'alpha' to the 'simulationOptios', the problem I am having is : how...

I get the error "Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel...