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

implements wheelSensitivity feature #97 #150

Closed kinimesi closed 7 months ago

kinimesi commented 3 years ago

About

## Description of changes

Pre-Merge checklist

Reference Issues

Closes #[issue number]

Other comments

kinimesi commented 2 years ago

This feature is exposes wheelSensitivity option which is one of the initialization parameters of the Cytoscape.js. This is very similar to the other initialization parameters that dash-cytoscape already has such as zoom, minZoom, userZoomingEnabled and etc. We do not have tests or demos for such features. I don't think that one is necessary for wheelSensitivity either.

It's very obvious to use and one line description was added to the relevant files in the PR (all other similar options also have one line descriptions).

alimanfoo commented 1 year ago

Just to mention I'd very much like this feature. Is there any reason why this PR got stalled?

ivolake commented 8 months ago

I await this functionality with the greatest anticipation.

alexcjohnson commented 7 months ago

Done in #203