react-d3-graph
react-d3-graph copied to clipboard
Interactive and configurable graphs with react and d3 effortlessly
I have four arrows controls, up, right, down and left, which moves the entire graph up, right, down and left by setting the transform attribute of the g element which...
**Is your feature request related to a problem? Please describe.** On initial testing it's mostly the zoom and drag stuff that doesn't work because the nodelist isn't passed, not sure...
Bumps [terser](https://github.com/terser/terser) from 4.6.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
**Describe the bug** A clear and concise description of what the bug is. This is the issue I have raised in stack-overflow. https://stackoverflow.com/questions/72818388/react-d3-graph-renders-differently-for-same-data I have a component that renders react...
Just throwing it here if someone will fork it and will take it to maintain it for all of us. If you start with the snapshot test in `test/graph/graph.snapshot.spec.js`, you...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
The project has not received any maintenance updates for more than a year. Perhaps @danielcaldas is quite busy with other tasks. In such a case, could we look for an...
**Describe the bug** The type expected for the callback passed to onMouseOverNode is ` onMouseOverNode: (nodeId: string) => void; ` but should be updated to ` onMouseOverNode: (nodeId: string, node:...
The graph doesn't cluster nodes together. When a node has a large number of children, it should be automatically pulled to the centre from the forces of all the children....