mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
show empty data points on line graph reports (#5815)
* draw zero points * note * Update VRT --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 118 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 119 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 119 KiB |
@@ -219,9 +219,8 @@ export function createCustomSpreadsheet({
|
||||
if (balanceTypeOp === 'totalTotals') {
|
||||
stackAmounts += netAmounts;
|
||||
}
|
||||
if (stackAmounts !== 0) {
|
||||
stacked[item.name] = stackAmounts; // TODO: not sure yet
|
||||
}
|
||||
|
||||
stacked[item.name] = stackAmounts;
|
||||
|
||||
perIntervalNetAssets =
|
||||
netAmounts > 0
|
||||
|
||||
6
upcoming-release-notes/5815.md
Normal file
6
upcoming-release-notes/5815.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Show empty data points on line graph reports
|
||||
Reference in New Issue
Block a user