plotly / dash-cytoscape

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

[Feature request]: selectionType functionality to enable additive selection #101

Open hursth opened 4 years ago

hursth commented 4 years ago

Feature request - it would be amazing to have access to the selectionType argument available in cytoscape.js (https://js.cytoscape.org/#init-opts/selectionType) that allows additive selection of nodes, rather than having to shift+click to select all nodes at once.

Thanks for the great work - this is an awesome library!

xhluca commented 4 years ago

Hi @hursth, is that a new feature for Cytoscape.js? If so, feel free open a PR in https://github.com/plotly/react-cytoscapejs first to add that feature!