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

If i update the `data` props of graph without remounting it, the graph goes out of place. See the demo below. [![Edit 40p1rqryz4](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/40p1rqryz4) I can fix it by adding const...

Normal alignment: ![image](https://cloud.githubusercontent.com/assets/1530410/25246080/638955b2-25bb-11e7-9d1a-8368a0e0a65b.png) Alignment after filtering out some nodes and links: ![image](https://cloud.githubusercontent.com/assets/1530410/25246109/79f771e4-25bb-11e7-9cd6-33f409c77908.png) (e.g. all nodes are messed somewhere near left top corner of canvas). Options: ```js { animate: false, //...

bug
help wanted

How do I make a Graph with circles bigger than 5 px ( or whatever the unit is)? If I do radius: 50 , the links do not scale along...

I have positioned the node labels to be on top of my nodes. When I hover over a node, that node and it's dependencies are highlighted and their labels display,...

https://stackoverflow.com/questions/46696683/react-component-vis-force-module-error/46696912?noredirect=1#comment80367851_46696912

The targetRadius prop from `ForceGraphArrowLink` is being passed down to the children elements due to the {...props} spread, and it's causing an error in `ForceGraphLink` when rendering the `` tag;...

* Test against latest node and npm

Is there a way I can set the default scale or a callback to set the scale of `InteractiveForceGraph`?

Hi @fastfrwrd, I am using the most basic version of the forced graph: ``` ``` I am also referring to the react story book here: https://uber.github.io/react-vis-force/?selectedKind=%3CForceGraph%20%2F%3E&selectedStory=Characters%20from%20Les%20Mis%20%28zoomable%29&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel I want to achieve...