Daniel Caldas

Results 80 comments of Daniel Caldas
trafficstars

Yes, we can work on that. It would be a change similar to the one in https://github.com/danielcaldas/react-d3-graph/pull/385 by @LonelyPrincess. Basically, we could provide in that callback the full node object...

With this issue, we aim to pass the node's info on our link callbacks. Please drop here a question so that we can discuss the new APIs if you're interested...

Thanks for the clarification @ghpgmer, let's do that and pass the links along as well.

May I ask for the following: 1. The behavior you describe seems a runtime error. Do you have any errors in the console? 2. A link to a repository/codesandbox with...

Hey @alete89 could you verify whether that error is fixed here: https://github.com/danielcaldas/react-d3-graph/issues/351

Hi @onlyreddy > Is there any feature available for the Graph to fit view. Could you elaborate a bit on what "fit view" means for you? Do you intend to...

Hey there @StraightOuttaCrompton, I would kindly ask you to check whether your issue is somewhat related to https://github.com/danielcaldas/react-d3-graph/issues/274#issuecomment-565372716. If so a [Pull Request](https://github.com/danielcaldas/react-d3-graph/pull/278) has recently been merged to address the...

Yes, @StraightOuttaCrompton I think you're digging into the right way. Sorry, I don't have currently the time to look into it. Could you tell me if this is still an...

Thanks for following up @StraightOuttaCrompton, keep us up to date. Cheers!

Hey @akshay-rane thanks for the feature request. This would require us to add a new property `node.highlightFontColor` in the library API. Here's a [PR to give some guidance](https://github.com/danielcaldas/react-d3-graph/pull/303) to anyone...