plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js
https://dash.plot.ly/cytoscape
MIT License
595 stars 120 forks source link

Add cxttap and mouseout events #152

Open eai-oen opened 3 years ago

eai-oen commented 3 years ago

About

I am adding 'cxttap' (right click/two-finger tap) and 'mouseout' events to dash cytoscape for both nodes and edges. ## Description of changes

Adds 'ctxtap' and 'mouseout' event listeners to cytoscape.

Pre-Merge checklist

Reference Issues

See #151

Other comments

On a side note, I changed package-info.json to package.json, and also change the npm run build:backends command to generate package.json instead of package-info.json, because otherwise, I receive an error that 'package.json' was not found.