From e70951c9dd4888a8d00807846e46094861dadd6b Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 15 Aug 2024 17:10:00 +0200 Subject: [PATCH] Fix Stats --- src/components/FightStatsChart.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/FightStatsChart.svelte b/src/components/FightStatsChart.svelte index de4c68c..fdc4a07 100644 --- a/src/components/FightStatsChart.svelte +++ b/src/components/FightStatsChart.svelte @@ -79,7 +79,10 @@ x: { type: "time", time: { - unit: "day" + unit: "day", + displayFormats: { + day: "DD.MM.YYYY" + } } }, y: {