react-d3-graph
                                
                                
                                
                                    react-d3-graph copied to clipboard
                            
                            
                            
                        Interactive and configurable graphs with react and d3 effortlessly
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.9.1 to 4.16.8. Changelog Sourced from browserslist's changelog. 4.16.8 Update Firefox ESR. 4.16.7 Fixed oudated caniuse-lite warning text (by Paul Verest). Fixed docs (by Alexander Belov). 4.16.6...
closes #365, This PR adds support for d3 v6! ### Resources ### 1. [selection.datum](https://github.com/d3/d3-selection#selection_datum) function. 2. [drag.on](https://github.com/d3/d3-drag#drag_on) function 3. [d3 v6](https://github.com/d3/d3/blob/master/CHANGES.md) changes.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Closes #389 This PR creates the expected link behavior, when `viewGenerator` is used, it supports the symbols: `square`, `circle` and `rectangle`. This PR is very liberal with code structure changes,...
This PR add link pathGenerator, when pathGenerator is used, it supports customizable link.
Resolves #420 Happened to run into the issue myself while working on a program that relies heavily on link labelling and stumbled across the open issue and figured I'd handle...
Copies of edges in the graph remain behind when the graph moves, leading to floating, disconnected edges. I believe this happens most consistently when I first rearrange the nodes manually,...
This adds a new `grid` set of options that can be used to render grid lines underneath the graph. The grid has main grid lines and inner grid lines. Snapping...
**Describe the bug** When setting a state variable in a useEffect causes the graph to not render properly. **To Reproduce** Steps to reproduce the behavior: 1. write a useEffect with...