[PR #6877] feat: add option to stack bars in Budget Analysis graph #21156

Open
opened 2026-04-14 21:55:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6877
Author: @tabedzki
Created: 2/5/2026
Status: 🔄 Open

Base: masterHead: fix/budget-analysis-card-overlapping-bar-option


📝 Commits (5)

  • d2bc578 feat: add option to stack bars in Budget Analysis graph
  • c7eb06f [autofix.ci] apply automated fixes
  • 8716afd fix: adjust bar size calculation for Budget Analysis graph to improve overlap handling
  • 89ad16c Merge branch 'master' into fix/budget-analysis-card-overlapping-bar-option
  • 174baa5 [autofix.ci] apply automated fixes

📊 Changes

5 files changed (+38 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx (+22 -2)
📝 packages/desktop-client/src/components/reports/reports/BudgetAnalysis.tsx (+8 -0)
📝 packages/desktop-client/src/components/reports/reports/BudgetAnalysisCard.tsx (+1 -0)
📝 packages/loot-core/src/types/models/dashboard.ts (+1 -0)
upcoming-release-notes/6877.md (+6 -0)

📄 Description

Add a new overlapping bar chart option to the Budget Analysis to address niffelheimba's comment from #6742.


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.85 MB → 14.85 MB (+1.27 kB) +0.01%
loot-core 1 5.82 MB 0%
api 1 4.43 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.85 MB → 14.85 MB (+1.27 kB) +0.01%
Changeset
File Δ Size
src/components/reports/graphs/BudgetAnalysisGraph.tsx 📈 +511 B (+3.87%) 12.91 kB → 13.41 kB
src/components/reports/reports/BudgetAnalysis.tsx 📈 +699 B (+3.16%) 21.6 kB → 22.28 kB
src/components/reports/reports/BudgetAnalysisCard.tsx 📈 +95 B (+1.20%) 7.73 kB → 7.82 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.16 MB → 1.16 MB (+1.27 kB) +0.11%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/index.js 9.54 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/ca.js 188.15 kB 0%
static/js/da.js 106.35 kB 0%
static/js/de.js 180.07 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 170.37 kB 0%
static/js/es.js 174.55 kB 0%
static/js/fr.js 179.6 kB 0%
static/js/it.js 171.16 kB 0%
static/js/nb-NO.js 156.96 kB 0%
static/js/nl.js 106.37 kB 0%
static/js/pl.js 88.37 kB 0%
static/js/pt-BR.js 154.22 kB 0%
static/js/th.js 181.87 kB 0%
static/js/uk.js 214.74 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/narrow.js 637.68 kB 0%
static/js/TransactionList.js 106.22 kB 0%
static/js/wide.js 164.15 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 10.04 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.82 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.BwrdDDMW.js 5.82 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.43 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.43 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/6877 **Author:** [@tabedzki](https://github.com/tabedzki) **Created:** 2/5/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix/budget-analysis-card-overlapping-bar-option` --- ### 📝 Commits (5) - [`d2bc578`](https://github.com/actualbudget/actual/commit/d2bc5781d4661e23457c1a9527e2d2861937aa60) feat: add option to stack bars in Budget Analysis graph - [`c7eb06f`](https://github.com/actualbudget/actual/commit/c7eb06f361c6c64ebbe876791a62805d9d79ae41) [autofix.ci] apply automated fixes - [`8716afd`](https://github.com/actualbudget/actual/commit/8716afd668324d52f5615a577b7a77bc4d239333) fix: adjust bar size calculation for Budget Analysis graph to improve overlap handling - [`89ad16c`](https://github.com/actualbudget/actual/commit/89ad16cadf8e79c3a581dc8a2f525060699b54cb) Merge branch 'master' into fix/budget-analysis-card-overlapping-bar-option - [`174baa5`](https://github.com/actualbudget/actual/commit/174baa5a736fa297553f1764aa0cd370a8b8bc03) [autofix.ci] apply automated fixes ### 📊 Changes **5 files changed** (+38 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx` (+22 -2) 📝 `packages/desktop-client/src/components/reports/reports/BudgetAnalysis.tsx` (+8 -0) 📝 `packages/desktop-client/src/components/reports/reports/BudgetAnalysisCard.tsx` (+1 -0) 📝 `packages/loot-core/src/types/models/dashboard.ts` (+1 -0) ➕ `upcoming-release-notes/6877.md` (+6 -0) </details> ### 📄 Description Add a new overlapping bar chart option to the Budget Analysis to address niffelheimba's [comment](https://github.com/actualbudget/actual/issues/6742#issuecomment-3838979647) from #6742. <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.85 MB → 14.85 MB (+1.27 kB) | +0.01% loot-core | 1 | 5.82 MB | 0% api | 1 | 4.43 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.85 MB → 14.85 MB (+1.27 kB) | +0.01% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/reports/graphs/BudgetAnalysisGraph.tsx` | 📈 +511 B (+3.87%) | 12.91 kB → 13.41 kB `src/components/reports/reports/BudgetAnalysis.tsx` | 📈 +699 B (+3.16%) | 21.6 kB → 22.28 kB `src/components/reports/reports/BudgetAnalysisCard.tsx` | 📈 +95 B (+1.20%) | 7.73 kB → 7.82 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.16 MB → 1.16 MB (+1.27 kB) | +0.11% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 9.54 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/ca.js | 188.15 kB | 0% static/js/da.js | 106.35 kB | 0% static/js/de.js | 180.07 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 170.37 kB | 0% static/js/es.js | 174.55 kB | 0% static/js/fr.js | 179.6 kB | 0% static/js/it.js | 171.16 kB | 0% static/js/nb-NO.js | 156.96 kB | 0% static/js/nl.js | 106.37 kB | 0% static/js/pl.js | 88.37 kB | 0% static/js/pt-BR.js | 154.22 kB | 0% static/js/th.js | 181.87 kB | 0% static/js/uk.js | 214.74 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/narrow.js | 637.68 kB | 0% static/js/TransactionList.js | 106.22 kB | 0% static/js/wide.js | 164.15 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 10.04 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.82 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.BwrdDDMW.js | 5.82 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.43 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.43 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:55:14 -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#21156