-
Notifications
You must be signed in to change notification settings - Fork 169
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
Onclick event on button #37
Comments
This is possible however not through the python layer currently. VisJS does support onlick event handling that I have used in the past with pure javascript. It is possible to modify the templates used to render the graphs to include custom JS onclick events but is lacking implementation. I will keep this open since this a cool feature. |
Any progress on this? This would be really awesome. |
It's actually a really simple javascript implementation, only took me 3-4 lines of code. I'll make a PR over the weekend |
Is there an update on this? I would also love the ability to do something like this. |
Hello, any updates on this? Seems to be closed, but was this implemented? @gurneetbhatia did you do the mentioned PR? |
May I know if there is a way to click on a button and have something like an onclick event?
The text was updated successfully, but these errors were encountered: