cytoscape/cytoscape-jupyter-widget

Set user action

Opened this issue · 2 comments

Dear developer,

I would like to make an interactive visualization with the library. Is it possible to implement tool tip or another action when user click node or edge?
Any comments and/or advices are appreciated.
Thank you.

Takayuki

Do you want an API to implement actions for user interaction? Or, do you want an built-in tooltip/table for viewing properties of user-selected nodes/edges?

Kei

I would like to know how to implement actions for user interaction.
For example, I can show tooltip when user click a node in cytoscape.js. I want to do same thing with the library on ipython notebook.
I am interested in molecular network which has molecules as a node, so I would like to draw molecule SVG image on tooltip.