Daniel Caldas

Results 80 comments of Daniel Caldas
trafficstars

From what I can see, only the [directed](https://danielcaldas.github.io/react-d3-graph/docs/#directed) feature gets affected. I will tag this as a bug nonetheless.

There's not out of the box way to achieve this at the moment. Have a look [at this approach](https://github.com/danielcaldas/react-d3-graph/issues/332) from @TranquilMarmot. Another way to do this, if you're going fullscreen...

Hey @mermicode, let us know how it goes; I would be Interested to know what you would get out of the mix.

Hey there @MinaAmrouche thanks for the report with the detailed example. I'm not yet quite sure if I should label this as a bug, I need a bit more time...

Sorry that I still did not look into this @MinaAmrouche, I don't have enough time to look into it now. PRs are always welcome :slightly_smiling_face:

Hi @Gangeshwar3 please refer to the [Issue Bug Report template](https://github.com/danielcaldas/react-d3-graph/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) and provide the essential information so that we can assist you. Cheers!

Thanks a lot, @lifehackett, for sharing the workaround in detail.

Thanks for the hint @michaelbdavid, @antoninklopp; if you agree that this and #387 overlap, shall we move all the detail onto #387 and close this one as a duplicate?

Oh just had an idea on how you can work around this in the meantime. In the latest version 2.6.0, we've released a new functionality [freezeAllDragEvents](https://danielcaldas.github.io/react-d3-graph/docs/index.html#freeze-all-drag-events). Maybe it's not 100%...

Please refer to our [focusZoom in our official docs](https://danielcaldas.github.io/react-d3-graph/docs/#focus-zoom) and let us know if that's what you're looking for. tl;dr specify a `focusedNodeId` to focus on a node programmatically.