From 0fe2a3a033773b01d5dfd54e475c752123ed5e12 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Thu, 14 Mar 2024 00:24:53 +0100 Subject: [PATCH] refactor: rename vars Signed-off-by: rare-magma --- src/components/Chart/Chart.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Chart/Chart.tsx b/src/components/Chart/Chart.tsx index 69a38830..9aa893a3 100644 --- a/src/components/Chart/Chart.tsx +++ b/src/components/Chart/Chart.tsx @@ -35,8 +35,8 @@ interface ChartProps { filteredData?: FilteredItem[]; } -const horizonal = 3.4; -const vertical = 1.6; +const horizonalRatio = 3.4; +const verticalRatio = 1.6; export function Chart({ header, @@ -95,7 +95,7 @@ export function Chart({