We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ed47e commit d94c710Copy full SHA for d94c710
src/viz/zoom.ts
@@ -5,7 +5,7 @@ export interface ZoomTransform {
5
}
6
7
const ZOOM_FACTOR = 1.1;
8
-const MIN_ZOOM = 0.3;
+const MIN_ZOOM = 0.1;
9
const MAX_ZOOM = 20;
10
11
export function createTransform(): ZoomTransform {
0 commit comments