We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0606d4b + ad1c1d9 commit ed37a9bCopy full SHA for ed37a9b
1 file changed
malariagen_data/anopheles.py
@@ -1857,6 +1857,8 @@ def plot_haplotype_network(
1857
boxSelectionEnabled=True,
1858
# prevent accidentally zooming out to oblivion
1859
minZoom=0.1,
1860
+ # lower scroll wheel zoom sensitivity to prevent accidental zooming when trying to navigate large graphs
1861
+ wheelSensitivity=0.1,
1862
)
1863
1864
debug("create dash app")
0 commit comments