diff --git a/src/components/FightStatsChart.svelte b/src/components/FightStatsChart.svelte index 30fde01..54d8faa 100644 --- a/src/components/FightStatsChart.svelte +++ b/src/components/FightStatsChart.svelte @@ -79,6 +79,8 @@ }) }, options: { + maintainAspectRatio: false, + scales: { x: { type: "time", @@ -105,5 +107,5 @@
- +
\ No newline at end of file