Skip to content

Commit e8009b1

Browse files
graph: increase max zoom by 5x (#1321)
1 parent ab43773 commit e8009b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Graph.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export default {
365365
preventMouseEventsDefault: true,
366366
zoomScaleSensitivity: 0.2,
367367
minZoom: 0.01, // how zoomed out we can go
368-
maxZoom: 10, // how zoomed in we can go
368+
maxZoom: 50, // how zoomed in we can go
369369
fit: false,
370370
contain: false,
371371
center: true,

0 commit comments

Comments
 (0)