Skip to content

Commit d06fbf3

Browse files
committed
Increase zoom out
1 parent a229cc9 commit d06fbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pathme_viewer/static/js/pathway_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ window.collapse2Genes = false;
1515
// Constants used in the graph controller
1616
var nominalBaseNodeSize = 10; // Default node radius
1717
var edgeStroke = 3.5; // Edge width
18-
var minZoom = 0.1, maxZoom = 20; // Zoom variables
18+
var minZoom = 0.1, maxZoom = 30; // Zoom variables
1919
var opacity = 0.3; //opacity links
2020

2121
//Convex Hull Constants

0 commit comments

Comments
 (0)