Skip to content

Commit ed37a9b

Browse files
authored
Merge branch 'master' into GH435-cohort-geometries
2 parents 0606d4b + ad1c1d9 commit ed37a9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

malariagen_data/anopheles.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,8 @@ def plot_haplotype_network(
18571857
boxSelectionEnabled=True,
18581858
# prevent accidentally zooming out to oblivion
18591859
minZoom=0.1,
1860+
# lower scroll wheel zoom sensitivity to prevent accidental zooming when trying to navigate large graphs
1861+
wheelSensitivity=0.1,
18601862
)
18611863

18621864
debug("create dash app")

0 commit comments

Comments
 (0)