diff --git a/src/lib/charts.ts b/src/lib/charts.ts index 7d4208e2..1458cff8 100644 --- a/src/lib/charts.ts +++ b/src/lib/charts.ts @@ -11,7 +11,6 @@ export function renderDateLabels(unit: string, locale: string) { switch (unit) { case 'minute': - return formatDate(d, 'h:mm', locale); case 'hour': return formatDate(d, 'p', locale); case 'day':