From 474e983937b4da96e8c5fa17c476d7b90bdcd0c0 Mon Sep 17 00:00:00 2001 From: Martin Dobrev Date: Thu, 25 Jan 2024 10:14:14 +0200 Subject: [PATCH] Small fix for charts --- src/components/LineChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LineChart.tsx b/src/components/LineChart.tsx index b5037809..6842636d 100644 --- a/src/components/LineChart.tsx +++ b/src/components/LineChart.tsx @@ -87,7 +87,7 @@ const Chart = ({ chartData, aggregatedValue }: ILineChartProps) => { tickLine={false} tickFormatter={time => dayjs(time).format('D')} minTickGap={10} - interval="preserveStart" + interval="preserveStartEnd" />