There was an error while loading. Please reload this page.
1 parent e8d47cd commit 165ff31Copy full SHA for 165ff31
1 file changed
js/browser/graph.ts
@@ -41,7 +41,7 @@ export class Graph {
41
container,
42
//@ts-expect-error concat type
43
style: style.style.concat(colorschemenight),
44
- wheelSensitivity: 0.3,
+ wheelSensitivity: 2,
45
minZoom: 0.02,
46
maxZoom: 7,
47
});
0 commit comments