diff --git a/people/static/js/network.js b/people/static/js/network.js index 3b421a5..a0bc9c2 100644 --- a/people/static/js/network.js +++ b/people/static/js/network.js @@ -97,7 +97,8 @@ function get_network() { // See https://js.cytoscape.org/ for documentation cy = cytoscape({ container: document.getElementById('cy'), - style: network_style + style: network_style, + wheelSensitivity: 0.2 }); // Add pan + zoom widget with cytoscape-panzoom