[Bug]: Net bar graph report no longer stacks #2264

Closed
opened 2026-02-28 20:08:23 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @thomasjcf21 on GitHub (Jul 6, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

Summary

In a previous version, suspected to be v24.12.X if you created a custom report as type BarGraph it would stack your incoming vs outgoing and group it monthly. However, now it will only show the net total for each month instead of breaking it down and splitting it.

Please could we have the previous functionality back?

Previous

Image

Now

Image

Report Data

{
    "type": "custom-report",
    "width": 4,
    "height": 2,
    "x": 4,
    "y": 1,
    "meta": {
      "id": "ee1e95a0-020f-43f7-9938-e28ea67f2fc6",
      "name": "Income Vs Expense",
      "startDate": "2024-04-01",
      "endDate": "2025-04-30",
      "isDateStatic": false,
      "dateRange": "Last 12 months",
      "mode": "total",
      "groupBy": "Interval",
      "sortBy": "desc",
      "interval": "Monthly",
      "balanceType": "Net",
      "showEmpty": false,
      "showOffBudget": false,
      "showHiddenCategories": false,
      "includeCurrentInterval": true,
      "showUncategorized": false,
      "graphType": "BarGraph",
      "conditions": [
        {
          "field": "category",
          "op": "oneOf",
          "value": [
            "XXX",
            "YYY",
            "ZZZ",
          ],
          "type": "id"
        }
      ],
      "conditionsOp": "and"
    }
  },

How can we reproduce the issue?

How can we reproduce the issue?

Creating a BarGraph using the above settings.

Where are you hosting Actual?

Cloud hosting provider.

What browsers are you seeing the problem on?

Chrome

Operating System

MacOS

Originally created by @thomasjcf21 on GitHub (Jul 6, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? # Summary In a previous version, suspected to be `v24.12.X` if you created a custom report as type BarGraph it would stack your incoming vs outgoing and group it monthly. However, now it will only show the net total for each month instead of breaking it down and splitting it. Please could we have the previous functionality back? ## Previous <img width="512" height="232" alt="Image" src="https://github.com/user-attachments/assets/f9333c92-6cbe-4e07-bef3-bed4795bc960" /> ## Now <img width="537" height="236" alt="Image" src="https://github.com/user-attachments/assets/65a78b01-2790-4d14-af77-adb33fa23ab0" /> ## Report Data ```json { "type": "custom-report", "width": 4, "height": 2, "x": 4, "y": 1, "meta": { "id": "ee1e95a0-020f-43f7-9938-e28ea67f2fc6", "name": "Income Vs Expense", "startDate": "2024-04-01", "endDate": "2025-04-30", "isDateStatic": false, "dateRange": "Last 12 months", "mode": "total", "groupBy": "Interval", "sortBy": "desc", "interval": "Monthly", "balanceType": "Net", "showEmpty": false, "showOffBudget": false, "showHiddenCategories": false, "includeCurrentInterval": true, "showUncategorized": false, "graphType": "BarGraph", "conditions": [ { "field": "category", "op": "oneOf", "value": [ "XXX", "YYY", "ZZZ", ], "type": "id" } ], "conditionsOp": "and" } }, ``` ### How can we reproduce the issue? How can we reproduce the issue? Creating a BarGraph using the above settings. ### Where are you hosting Actual? Cloud hosting provider. ### What browsers are you seeing the problem on? Chrome ### Operating System MacOS
GiteaMirror added the needs votesfeature labels 2026-02-28 20:08:23 -06:00
Author
Owner

@youngcw commented on GitHub (Jul 6, 2025):

Moving to a feature request

@youngcw commented on GitHub (Jul 6, 2025): Moving to a feature request
Author
Owner

@github-actions[bot] commented on GitHub (Jul 6, 2025):

Thanks for sharing your idea!

This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Jul 6, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@thomasjcf21 commented on GitHub (Jul 6, 2025):

@youngcw this used to work, surely it's a bug not a feature request?

@thomasjcf21 commented on GitHub (Jul 6, 2025): @youngcw this used to work, surely it's a bug not a feature request?
Author
Owner

@youngcw commented on GitHub (Jul 6, 2025):

My guess is that it was purposefully changed.

@youngcw commented on GitHub (Jul 6, 2025): My guess is that it was purposefully changed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2264