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