react-d3-tree
react-d3-tree copied to clipboard
:deciduous_tree: React component to create interactive D3 tree graphs
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Need to be able to access the node refs outside of the component so I can have my UI pick nodes and jump the canvas to them. Does something like...
Hello everyone, I'm using react-d3-tree: "^3.2.1". So this is happening: ` ` When I over a node the _OnNodeMouseOut_ event is called **always** immediately after onNodeMouseOver event. So imagine this...
I'm working with this library, the only problem is that I need the orientation of each node to start at the top left of the layout and not on the...
## Question / Feature request It is possible to make a vertical tree with branch of nodes as vertical list? I want to add this functionality to this library, but...