Skip to content

Commit

Permalink
chart fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Sep 12, 2023
1 parent d60e81a commit 4d1acc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/desktop-client/src/components/reports/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ function CashFlowCard() {
</View>
),
labelPosition: 'right',
fill: chartTheme.colors.red,
},
]}
labels={d => d.premadeLabel}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ function CashFlowGraph({ graphData, isConcise }: CashFlowGraphProps) {
}
>
<VictoryGroup>
<VictoryBar
data={graphData.expenses}
/>
<VictoryBar data={graphData.expenses} />
<VictoryBar data={graphData.income} />
</VictoryGroup>
<VictoryLine
Expand Down

0 comments on commit 4d1acc3

Please sign in to comment.