From b8a18edd7475a67defb176971bea83756ef5d6d7 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 2 Sep 2025 11:58:53 +0200 Subject: [PATCH] fix: show first date in archived to created chart --- .../CreationArchiveChart/CreationArchiveChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx index 0be2d7b4b6..d8287f3bb1 100644 --- a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx +++ b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx @@ -176,6 +176,7 @@ export const CreationArchiveChart: FC = ({ grid: { display: false, }, + ticks: { source: 'data' }, }, y: { type: 'linear' as const,