react-d3-tree
react-d3-tree copied to clipboard
:deciduous_tree: React component to create interactive D3 tree graphs
## What is the actual behavior/output? I need to add a kr3 child node into the obj_1 parent node.  ## What is the behavior/output you expect? [Replace with your...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...
Hi @bkrem , thanks for the component, it is really helpful, i am able to dynamically add the nodes, but unfortunately everytime the nodes are getting added to the parent...
## Are you reporting a bug, or opening a feature request? Question or Feature Request ## What is the behavior/output you expect? How do you set the initial collapsed/expanded state...
Thank you for taking the time to report an issue with react-d3-tree! Feel free to delete any questions that do not apply. ## Are you reporting a bug, or opening...
Hi, i currently have an input where the user can select from multiple strings (each string is the name of a node in the graph), I would like for the...
## Request type Feature Request ## Motivation Currently if we have long page and stop scrolling at our Tree component, if you will continue scroll: it will zoom in/out instead...
Hi everyone 🖐️. I want to move the position of the node text (name) but i didn't find how to do it despite my research. If anyone can explain me...
[Allows for additional className(s) to be passed to all leaf nodes (nodes without children).](https://bkrem.github.io/react-d3-tree/docs/interfaces/_tree_types_.treeprops.html#leafnodeclassname) The link above defines leafnodes as nodes without children. however. ``` { name: 'Foreman', attributes: {...
Hello, may i ask if it is possible not to put the root in center? My tree is really big, i want the root at the top, like the file...