jadenmazzone
jadenmazzone
I believe I'm running into the same issue which is that I'm unable to center paragraphs within row cells. Is there a fix?
This is actually the same issue as: https://github.com/danielcaldas/react-d3-graph/issues/472. Essentially, if d3 is set in the config and the graph is non-static, any state change will change the positions of the...
I'm running into the same issue...
see https://github.com/danielcaldas/react-d3-graph/issues/434. It is the version of d3 that causes the issue. It can be fixed by installing an older version of d3
I'm still running into this issue
@aoshi321 Just a hacky way... setting the config with initialZoom back to **null** if I make any state changes.
I believe this is the same issue as: https://github.com/danielcaldas/react-d3-graph/issues/281