We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bc195e + 803e1ee commit ad1c1d9Copy full SHA for ad1c1d9
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