react-d3-graph
                                
                                
                                
                                    react-d3-graph copied to clipboard
                            
                            
                            
                        Interactive and configurable graphs with react and d3 effortlessly
**Is your feature request related to a problem? Please describe.** the label displayed in the link always alone the line direction.sometimes it is very a terrible visual experience. following is...
**Describe the bug** When using `onMouseOverNode` and `onMouseOutNode` callbacks, nodes are not highlighted anymore. You can find a sandbox link below that reproduces the bug. Tell me if you need...
**Describe the bug** Only the click handler is called when nodes are collapsibe **To Reproduce** Steps to reproduce the behavior: 1. Go to the [live demo](https://goodguydaniel.com/react-d3-graph/sandbox/index.html) page 2. Double click...
**Describe the bug** When attempting to create a link where the source and target node are the same, it does not appear to work. EG: ```js const data = {...
**Is your feature request related to a problem? Please describe.** I'd like to be able to detect when graph is currently animating or has finished animating. **Describe the solution you'd...
Is there a way to apply different layouts to a graph. For example, If I wanted to give a user the option to switch between Network, Heirarchy and Radial Views?...
Hi! I have a question about a link arrow location when I use a custom component for the Node. When I use a custom node - arrows disappear under my...
**Is your feature request related to a problem? Please describe.** Want to be able to collapse the middle node, not only the leaf node **Describe the solution you'd like** When...
My data is one level with multiples key nodes. I want nodes that are not key to surround their key node. I am currently testing with one key node and...
Hi, I am new to D3 and react. Trying to load my first graph. My graph contains around 15 nodes and 100 edges between them. I am facing 2 problems....