From 016d2696750f32a7b2edbd81d7d5084621308578 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 28 Aug 2025 15:53:04 +0200 Subject: [PATCH] Chore: Use step size of 1 for created vs archived. (#10566) You can't archive half a flag. Closes 1-4034. --- .../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, + }, }, }, }),