mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
add styling back to cash flow graph (#1819)
* add styling back * release notes * vrt
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
@@ -35,7 +35,10 @@ function CashFlowGraph({ graphData, isConcise }: CashFlowGraphProps) {
|
||||
}
|
||||
>
|
||||
<VictoryGroup>
|
||||
<VictoryBar data={graphData.expenses} />
|
||||
<VictoryBar
|
||||
data={graphData.expenses}
|
||||
style={{ data: { fill: chartTheme.colors.red } }}
|
||||
/>
|
||||
<VictoryBar data={graphData.income} />
|
||||
</VictoryGroup>
|
||||
<VictoryLine
|
||||
|
||||
6
upcoming-release-notes/1819.md
Normal file
6
upcoming-release-notes/1819.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [shaankhosla]
|
||||
---
|
||||
|
||||
Fix styling on cash-flow graph.
|
||||
Reference in New Issue
Block a user