Daniel Caldas
Daniel Caldas
Please use the bug report/feature request templates when opening issues, this helps us a lot. Regarding your question, try to play around with the [libraries' custom d3 configurations](https://danielcaldas.github.io/react-d3-graph/docs/#config-d3) they should...
The building blocks for you to achieve it are there already. You would just have to implement custom logic on your end.
> Since this link can't be manipulated (stretched, rotated) by moving the node, how do we decide the default dimensions and positioning of the link? Or how do we let...
I'll need more information from all of you if possible. I'm not currently able to replicate this issue. Could you please follow [the bug report template](https://github.com/danielcaldas/react-d3-graph/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) and provide all the...
Hey @michaelbdavid, I might be close to finding the issue but would need a few more details. Are you setting values for any of the following in you configuration? *...
> Do you have the react devtools extension installed? My guess is that it's trying to parse the contents of the path's "d" and not understanding it. I have the...
Thanks, this is really helpful @Alex-Mason-1982, will add some guards in place [in the new calculations that we shipped](#271) in the last version in an attempt to this issue. And...
I might have found the edge case on [the new calculations](in the new calculations that we shipped), I'll ship a fix and I'll come back to you later to verify...
Hey, @shaliniBITC release incoming very soon. Hopefully the fix we're shipping addressed this issue.
I think this can be achieve by using existing callbacks [onMouseOverLink & onMounseOutLink](https://danielcaldas.github.io/react-d3-graph/docs/index.html#graph). It would be best to place a tooltip (e.g., absolute positioning, a component in your app) near...