Skip to content

Commit d94c710

Browse files
committed
chore: lower minimum zoom level
1 parent 00ed47e commit d94c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viz/zoom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface ZoomTransform {
55
}
66

77
const ZOOM_FACTOR = 1.1;
8-
const MIN_ZOOM = 0.3;
8+
const MIN_ZOOM = 0.1;
99
const MAX_ZOOM = 20;
1010

1111
export function createTransform(): ZoomTransform {

0 commit comments

Comments
 (0)