From e5d4b142f6f7eb21c2b55edfbd472f503e7f3b89 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 7 Jan 2023 12:37:05 +1100 Subject: At each scale, always display a unit that includes MAX_DATE Without this, with a MAX_DATE of, say 2000/1/1, zooming out to scale 1e9 won't show events after 1 AD. --- src/components/TimeLine.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/components/TimeLine.vue') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 3172e80..823fe86 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -26,7 +26,7 @@