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 efeecb4 commit 96bdff3Copy full SHA for 96bdff3
static/js/graphs_page.js
@@ -1022,6 +1022,7 @@ var graphPage = {
1022
container: document.getElementById('cyGraphContainer'),
1023
boxSelectionEnabled: true,
1024
autounselectify: false,
1025
+ wheelSensitivity: 0.2,
1026
minZoom: 1e-2,
1027
maxZoom: 1e2,
1028
elements: graph_json['elements'],
0 commit comments