From 21249cbaa177d048f6e2f3294617a0bbaf5adb96 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 28 Aug 2025 15:34:51 +0200 Subject: [PATCH] Chore: Use step size of 1 for created vs archived. You can't archive half a flag. --- .../CreationArchiveChart/CreationArchiveChart.tsx | 3 +++ 1 file changed, 3 insertions(+) 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, + }, }, }, }),