From 4aa28afe7bead19f633e2ce8829a66b7c65ea746 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 10 Oct 2022 21:47:32 +1100 Subject: Prevent span-regions in baseline becoming too small to see --- src/lib.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.ts') diff --git a/src/lib.ts b/src/lib.ts index e482f72..1e4b1f9 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -4,3 +4,4 @@ export const MIN_DATE = -1000; export const MAX_DATE = 1000; +export const SCALES = [200, 50, 10, 1, 0.2]; // Timeline gets divided into units of SCALES[0], then SCALES[1], etc -- cgit v1.2.3