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

**Describe the bug** When using focusedNodeId to zoom on a node programmatically it does nothing. **To Reproduce** Steps to reproduce the behavior: My code: https://pastebin.com/T8evrVgM **Expected behavior** When clicking on...

We are building a tree graph with some nodes having multiple parents. As this was not possible to achieve with the tree graph, we've decided to use network graph instead...

**Describe the bug** I'm trying to have multiple edges between the same two nodes but i get a same key waring and no extra edges rendered. how can i get...

enhancement
in progress
needs more info
priority high

**Describe the bug** The behaviour of a graph with the d3 config set appears to change after a rerender. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repository...

needs more info
priority low

**Describe the bug** Arrowheads in a directed graph with smooth curves don't point to the center of the node they point to. **To Reproduce** Steps to reproduce the behavior: 1....

I was wondering whether it would be possible to have custom nodes of different sizes. The react element/component that is used as a custom node will have different sizes depending...

Is it possible to remove animation while rendering the graph?

Very specific solution for issue #428. Not really sure if it will work but seems reasonable. Maybe a more general solution would be to have the whole style object in...

So I'm attempting to add a zoom effect to my Graph. I copied the example from the docs with all the functions. Every other function, i.e. onMouseOverNode, onMouseOutNode, onMouseOverLink, etc,...

Hello, I'm varying the stroke width of links in a directional graph (by changing the graph data). The arrowheads on each link vary with the stroke width, but I'd like...