diff --git a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx index 94b16e320e..3a6bdfef28 100644 --- a/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx +++ b/frontend/src/component/insights/componentsChart/CreationArchiveChart/CreationArchiveChart.tsx @@ -178,6 +178,9 @@ export const CreationArchiveChart: FC = ({ display: true, text: 'Number of flags', }, + ticks: { + stepSize: 1, + }, }, }, }),