Skip to content
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

events? #67

Open
antonioaltamura opened this issue Nov 5, 2015 · 3 comments
Open

events? #67

antonioaltamura opened this issue Nov 5, 2015 · 3 comments

Comments

@antonioaltamura
Copy link

Hi, does this library have some nodes/edges events? I mean clicknode, clickedges, hovers..

@frewsxcv
Copy link
Owner

frewsxcv commented Nov 5, 2015

Very basic event handling. You can see the hover and click properties on Graph here:

https://cdn.rawgit.com/frewsxcv/graphosaurus/master/doc/Graph.html

That was implemented in: #60

There are no events implemented for edges yet, but if someone implemented, I'd gladly merge it in

@antonioaltamura
Copy link
Author

graphosaurus it's a nice library, but it could be improved in many sides :)
It could be useful an example using all the possible features.

anyway congrats

@mwozniczak
Copy link
Contributor

Seems like the implemented events (at least the hover one) don't take too well to touch event. I'll see what I can do about it in my spare time :D

mwozniczak added a commit to mwozniczak/graphosaurus that referenced this issue Apr 3, 2016
frewsxcv pushed a commit that referenced this issue Apr 3, 2016
* Added support for rightclick event (issue #67)

* rightclick now follows namingConvention
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants