We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a229cc9 commit d06fbf3Copy full SHA for d06fbf3
src/pathme_viewer/static/js/pathway_controller.js
@@ -15,7 +15,7 @@ window.collapse2Genes = false;
15
// Constants used in the graph controller
16
var nominalBaseNodeSize = 10; // Default node radius
17
var edgeStroke = 3.5; // Edge width
18
-var minZoom = 0.1, maxZoom = 20; // Zoom variables
+var minZoom = 0.1, maxZoom = 30; // Zoom variables
19
var opacity = 0.3; //opacity links
20
21
//Convex Hull Constants
0 commit comments