Skip to content

Commit b86cc6a

Browse files
committed
#780 Fixed yaxis sync
1 parent f5e4514 commit b86cc6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/src/components/Graph/GraphComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ function GraphComponent(props: BoxProps) {
174174
yAxisId={1}
175175
hide={!showSecondary}
176176
type="number"
177+
dataKey={"valueInMostCommonCurrencyUsed"}
177178
domain={[0, upperBoundrySecondary]}
178179
allowDataOverflow
179180
/>

0 commit comments

Comments
 (0)