From e5f3e1b324c3a8ae10a4681191dfa03ec7148547 Mon Sep 17 00:00:00 2001 From: Nikaru Date: Mon, 1 Jul 2024 12:30:35 +0000 Subject: [PATCH] chore: fix QA comment --- components/statistics/ChartBarBox/BarChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/statistics/ChartBarBox/BarChart.tsx b/components/statistics/ChartBarBox/BarChart.tsx index c769573..31deefe 100644 --- a/components/statistics/ChartBarBox/BarChart.tsx +++ b/components/statistics/ChartBarBox/BarChart.tsx @@ -84,7 +84,7 @@ const BarChart = (props: BarChartProps) => { // scales const dateScale = scaleBand({ domain: data.map(getDate), - paddingInner: days === 7 ? 0.3 : 0.5, + paddingInner: days === 7 ? 0.3 : 0.46, paddingOuter: days === 90 ? 1 : 0.3, });