jadenmazzone
jadenmazzone
Go to https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=small and try adding fontWeight to node 0, you will see that nothing happens. This problem occurred in my own react project so it's not just a demo...
**Describe the bug** If intialZoom is not null in the config, and there is a state change to the react application then the graph will be reverted back to the...
**Describe the bug** When setting a state variable in a useEffect causes the graph to not render properly. **To Reproduce** Steps to reproduce the behavior: 1. write a useEffect with...
**Describe the bug** If d3 is set in the config, when changing the state of data (links and nodes), the graph separates. If in the config staticGraphWithDragAndDrop is set to...
**Describe the bug** After switching to a directed graph I've noticed slightly worst performance. When navigating the map it seems to be a bit laggier, and it gets worse as...
I can't find a way to know when a file has been removed after it has been uploaded. Here is my code below (very similar to your example). For the...