react-vis-force
react-vis-force copied to clipboard
d3-force graphs as React Components.
### What I do? I render the force graph by some node infos; I add a node to the graph. ### What I want? The graph restart the simulation and...
id is currently required to be a string. Numbers are also very convenient, so it'd be nice to support both. When changing this to allow for both, there is a...
Right now, it's much better to strictly set `edgeOffset` to 0, this is because the math is using simple addition and subtraction to make the adjustments, instead of using trig.
Hi team! First of all, congratulation for the excellent work that you've done on react-vis-force. Second, I would like to know if is there a way to create a diagram...
Use the XYAxis, LineSeries, MarkSeries, and LabelSeries from react-vis for rendering inside of ForceGraph. This will require some way to perform the zoom action that ForceGraph expects being implemented inside...
``` 💥 preset-latest accomplishes the same task as babel-preset-env. 🙏 Please install it with 'npm install babel-preset-env --save-dev'. '{ "presets": ["latest"] }' to '{ "presets": ["env"] }'. For more info,...