events?
Hi, does this library have some nodes/edges events? I mean clicknode, clickedges, hovers..
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: https://github.com/frewsxcv/graphosaurus/pull/60
There are no events implemented for edges yet, but if someone implemented, I'd gladly merge it in
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
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