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" />