-
When a node in my graph is clicked I want to do something. How can I achieve that with this d3-graph-controller library? Sorry if it's a beginner question, I've been playing around with it for a few hours and can't find anything. I see the option to configure double click behavior, but not regular click, which is odd. |
Beta Was this translation helpful? Give feedback.
Answered by
DerYeger
Dec 31, 2023
Replies: 1 comment 1 reply
-
Single clicks can't be configured for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nhouser9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single clicks can't be configured for
d3-graph-controller
, because they are already bound to the dragging feature.