Skip to content

Commit 4e252c2

Browse files
authored
Merge branch 'master' into GH-1049-add-ld-pruning-support
2 parents 7dcbdc9 + ad1c1d9 commit 4e252c2

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
@@ -1859,6 +1859,8 @@ def plot_haplotype_network(
18591859
boxSelectionEnabled=True,
18601860
# prevent accidentally zooming out to oblivion
18611861
minZoom=0.1,
1862+
# lower scroll wheel zoom sensitivity to prevent accidental zooming when trying to navigate large graphs
1863+
wheelSensitivity=0.1,
18621864
)
18631865

18641866
debug("create dash app")

0 commit comments

Comments
 (0)