From b86cc6a51693c3e601b5ef87e32337603b7222d0 Mon Sep 17 00:00:00 2001 From: Magnus Hoddevik Date: Sat, 19 Jul 2025 11:24:16 +0200 Subject: [PATCH] #780 Fixed yaxis sync --- src/frontend/src/components/Graph/GraphComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/components/Graph/GraphComponent.tsx b/src/frontend/src/components/Graph/GraphComponent.tsx index b0d2ff66..497c1290 100644 --- a/src/frontend/src/components/Graph/GraphComponent.tsx +++ b/src/frontend/src/components/Graph/GraphComponent.tsx @@ -174,6 +174,7 @@ function GraphComponent(props: BoxProps) { yAxisId={1} hide={!showSecondary} type="number" + dataKey={"valueInMostCommonCurrencyUsed"} domain={[0, upperBoundrySecondary]} allowDataOverflow />