react-d3-graph icon indicating copy to clipboard operation
react-d3-graph copied to clipboard

Interactive and configurable graphs with react and d3 effortlessly

Results 123 react-d3-graph issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
feature request
priority normal

**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...

bug
needs more info
priority low

**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...

bug
priority normal

**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 = {...

feature request

**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...

question

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?...

question

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...

in progress

**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...

question

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...

question

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....

needs more info