How can i achieve mousemove event on edges on arborjs

164 views Asked by At

I need to bring the name of the target node, while hovering over the edges for a particular node connected with the edge. Like in this example http://assembl.coeus.ca/static/js/bower/cytoscape/debug/ It uses cytoscape with arborjs. We can customize it from the drop downs to show what I need exactly.

1

There are 1 answers

4
maxkfranz On

You can use cy.on() with a delegate selector: http://cytoscape.github.io/cytoscape.js/#core/events/cy.on