[PR #6603] [MERGED] Create an option for stacked line graph #20989

Closed
opened 2026-04-14 21:51:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6603
Author: @mnil
Created: 1/8/2026
Status: Merged
Merged: 1/23/2026
Merged by: @youngcw

Base: masterHead: mnil/stacked-net-worth-chart


📝 Commits (1)

  • b2c5855 Create an option for stacked net worth graph

📊 Changes

11 files changed (+342 additions, -51 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/ReportCard.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+248 -47)
📝 packages/desktop-client/src/components/reports/overview.scss (+4 -0)
📝 packages/desktop-client/src/components/reports/reports/NetWorth.tsx (+64 -2)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx (+2 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts (+15 -2)
📝 packages/loot-core/src/types/models/dashboard.ts (+2 -0)
upcoming-release-notes/6603.md (+6 -0)

📄 Description

Fixes #6207.

Generated this mostly with Claude, a beginner with typescript so feel free to provide suggestions.

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 28 14.41 MB → 14.42 MB (+13.32 kB) +0.09%
loot-core 1 5.84 MB 0%
api 1 4.38 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
28 14.41 MB → 14.42 MB (+13.32 kB) +0.09%
Changeset
File Δ Size
src/components/reports/graphs/NetWorthGraph.tsx 📈 +9.07 kB (+128.20%) 7.07 kB → 16.14 kB
src/components/reports/reports/NetWorth.tsx 📈 +3.82 kB (+35.32%) 10.81 kB → 14.63 kB
src/components/reports/spreadsheets/net-worth-spreadsheet.ts 📈 +317 B (+5.82%) 5.32 kB → 5.63 kB
src/components/reports/reports/NetWorthCard.tsx 📈 +102 B (+1.17%) 8.51 kB → 8.61 kB
src/components/reports/ReportCard.tsx 📈 +29 B (+0.39%) 7.27 kB → 7.3 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/ReportRouter.js 1.05 MB → 1.06 MB (+13.32 kB) +1.24%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/index.js 9.24 MB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/da.js 106.62 kB 0%
static/js/de.js 176.28 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 159.4 kB 0%
static/js/es.js 171.98 kB 0%
static/js/fr.js 180.63 kB 0%
static/js/it.js 172.42 kB 0%
static/js/nb-NO.js 158.09 kB 0%
static/js/nl.js 103.35 kB 0%
static/js/pl.js 88.64 kB 0%
static/js/pt-BR.js 146.32 kB 0%
static/js/ru.js 106.97 kB 0%
static/js/sv.js 78.28 kB 0%
static/js/th.js 182.35 kB 0%
static/js/uk.js 216.34 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/narrow.js 640.99 kB 0%
static/js/TransactionList.js 101.58 kB 0%
static/js/wide.js 159.96 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 11.79 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.84 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.BInehE-N.js 5.84 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.38 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
bundle.api.js 4.38 MB 0%

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6603 **Author:** [@mnil](https://github.com/mnil) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `mnil/stacked-net-worth-chart` --- ### 📝 Commits (1) - [`b2c5855`](https://github.com/actualbudget/actual/commit/b2c585572c7fca86acb0b31e40798f5fa89f1c01) Create an option for stacked net worth graph ### 📊 Changes **11 files changed** (+342 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/ReportCard.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+248 -47) 📝 `packages/desktop-client/src/components/reports/overview.scss` (+4 -0) 📝 `packages/desktop-client/src/components/reports/reports/NetWorth.tsx` (+64 -2) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts` (+15 -2) 📝 `packages/loot-core/src/types/models/dashboard.ts` (+2 -0) ➕ `upcoming-release-notes/6603.md` (+6 -0) </details> ### 📄 Description Fixes #6207. Generated this mostly with Claude, a beginner with typescript so feel free to provide suggestions. <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 28 | 14.41 MB → 14.42 MB (+13.32 kB) | +0.09% loot-core | 1 | 5.84 MB | 0% api | 1 | 4.38 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 28 | 14.41 MB → 14.42 MB (+13.32 kB) | +0.09% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/reports/graphs/NetWorthGraph.tsx` | 📈 +9.07 kB (+128.20%) | 7.07 kB → 16.14 kB `src/components/reports/reports/NetWorth.tsx` | 📈 +3.82 kB (+35.32%) | 10.81 kB → 14.63 kB `src/components/reports/spreadsheets/net-worth-spreadsheet.ts` | 📈 +317 B (+5.82%) | 5.32 kB → 5.63 kB `src/components/reports/reports/NetWorthCard.tsx` | 📈 +102 B (+1.17%) | 8.51 kB → 8.61 kB `src/components/reports/ReportCard.tsx` | 📈 +29 B (+0.39%) | 7.27 kB → 7.3 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/ReportRouter.js | 1.05 MB → 1.06 MB (+13.32 kB) | +1.24% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 9.24 MB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/da.js | 106.62 kB | 0% static/js/de.js | 176.28 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 159.4 kB | 0% static/js/es.js | 171.98 kB | 0% static/js/fr.js | 180.63 kB | 0% static/js/it.js | 172.42 kB | 0% static/js/nb-NO.js | 158.09 kB | 0% static/js/nl.js | 103.35 kB | 0% static/js/pl.js | 88.64 kB | 0% static/js/pt-BR.js | 146.32 kB | 0% static/js/ru.js | 106.97 kB | 0% static/js/sv.js | 78.28 kB | 0% static/js/th.js | 182.35 kB | 0% static/js/uk.js | 216.34 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/narrow.js | 640.99 kB | 0% static/js/TransactionList.js | 101.58 kB | 0% static/js/wide.js | 159.96 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 11.79 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.84 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.BInehE-N.js | 5.84 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.38 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- bundle.api.js | 4.38 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 21:51:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#20989