From 4c77828d5a9e17680a63d47df6d4a9f0d25582a9 Mon Sep 17 00:00:00 2001
From: Emily Doherty <git@emily.sh>
Date: Fri, 12 Apr 2024 05:29:54 -0700
Subject: [PATCH] Adjust all legend for classic since there is less data

---
 src/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.js b/src/index.js
index e0b3ecf..d14ed19 100644
--- a/src/index.js
+++ b/src/index.js
@@ -109,7 +109,7 @@ function lookupTimeUnit(query){
         'd': 'week',
         'm': 'month',
         'y': 'month',
-        'l': 'year'
+        'l': 'month'
     }
     return lookup[query.charAt(query.length - 1)]
 }