-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about handling onNodeClick function #329
Comments
force-graph/src/force-graph.js Lines 539 to 566 in 9391348
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I'm currently using the force-graph library in my project and I'm trying to understand how the
onNodeClick
function is being handled internally. I'm having trouble locating where the event listener or function call for this event is in the codebase.I've reviewed the documentation and source code, but I couldn't find the exact location where the
onNodeClick
or others (onNodeRightClick
,onLickClick
...) function is being triggered. Could you please provide some guidance on this? I want to understand the internals better to customize the behavior to my project's requirements.Thank you for your help!
The text was updated successfully, but these errors were encountered: