[PR #2854] [CLOSED] Enable "Net" type for pie chart graphs #4553

Closed
opened 2026-02-28 20:57:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2854
Author: @SimonSomlai
Created: 6/7/2024
Status: Closed

Base: masterHead: feature/enable-net-for-pie-chart


📝 Commits (5)

  • a42f415 feat: enable net for pie-chart
  • 2e75722 Merge branch 'master' into feature/enable-net-for-pie-chart
  • 6ae2259 fix: release the kraken
  • d861b2e fix: typo
  • 2f6febe Merge branch 'master' into feature/enable-net-for-pie-chart

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/disabledList.ts (+1 -1)
upcoming-release-notes/2854.md (+6 -0)

📄 Description

This feature relates to this request: https://github.com/actualbudget/actual/issues/2804. It enables users to create a pie-chart overview of all their accounts' net balance and provides more insight into where they might be over/under-weighed; Something like;

Screenshot 2024-06-07 at 20 06 59

The caveat to this is that we'll now show negative balances, which is a bit confusing for pie-charts. Two solutions for this;

  • Accept this option, since it provides more benefit than the downside of this edge case
  • Automatically hide negative balances from pie-charts (set them to 0 before rendering the graph). But including an option to toggle negative balances:
Screenshot 2024-06-07 at 20 02 42

Let me know what you think!


🔄 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/2854 **Author:** [@SimonSomlai](https://github.com/SimonSomlai) **Created:** 6/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/enable-net-for-pie-chart` --- ### 📝 Commits (5) - [`a42f415`](https://github.com/actualbudget/actual/commit/a42f41536c6d0005de315ed044172325e8d383af) feat: enable net for pie-chart - [`2e75722`](https://github.com/actualbudget/actual/commit/2e75722ac8a3a6becf2ca37dbaa671f795727f7e) Merge branch 'master' into feature/enable-net-for-pie-chart - [`6ae2259`](https://github.com/actualbudget/actual/commit/6ae22593dfb38d0d57dc7287f8d3df5c8122df26) fix: release the kraken - [`d861b2e`](https://github.com/actualbudget/actual/commit/d861b2ee2634db1703484111bf76a9ffb8332a57) fix: typo - [`2f6febe`](https://github.com/actualbudget/actual/commit/2f6febe12706902c89166552eef59f20a46abd40) Merge branch 'master' into feature/enable-net-for-pie-chart ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/disabledList.ts` (+1 -1) ➕ `upcoming-release-notes/2854.md` (+6 -0) </details> ### 📄 Description This feature relates to this request: https://github.com/actualbudget/actual/issues/2804. It enables users to create a pie-chart overview of all their accounts' net balance and provides more insight into where they might be over/under-weighed; Something like; <img width="1560" alt="Screenshot 2024-06-07 at 20 06 59" src="https://github.com/actualbudget/actual/assets/12100448/17265e56-736b-4286-b595-fc8af9164cc4"> The caveat to this is that we'll now show negative balances, which is a bit confusing for pie-charts. Two solutions for this; - Accept this option, since it provides more benefit than the downside of this edge case - Automatically hide negative balances from pie-charts (set them to 0 before rendering the graph). But including an option to toggle negative balances: <img width="1269" alt="Screenshot 2024-06-07 at 20 02 42" src="https://github.com/actualbudget/actual/assets/12100448/ef385d4a-af71-4f18-9e80-e058da88009b"> Let me know what you think! --- <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-02-28 20:57:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4553