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,