Adjust all legend for classic since there is less data

This commit is contained in:
Emily Doherty 2024-04-12 05:29:54 -07:00
parent 50787c1d83
commit 4c77828d5a

View File

@ -109,7 +109,7 @@ function lookupTimeUnit(query){
'd': 'week',
'm': 'month',
'y': 'month',
'l': 'year'
'l': 'month'
}
return lookup[query.charAt(query.length - 1)]
}