Skip to content

Commit b4eac9f

Browse files
committed
added commit logic to avoid interwebbing
1 parent 2d3d2f9 commit b4eac9f

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
@@ -2495,6 +2495,8 @@ def plot_haplotype_network(
24952495
boxSelectionEnabled=True,
24962496
# prevent accidentally zooming out to oblivion
24972497
minZoom=0.1,
2498+
# lower scroll wheel zoom sensitivity to prevent accidental zooming when trying to navigate large graphs
2499+
wheelSensitivity=0.1,
24982500
)
24992501

25002502
debug("create dash app")

0 commit comments

Comments
 (0)