[GH-ISSUE #6952] [Bug]: Stacked net worth graph always starts Y-Axis at 0 instead of adjusting like the trend option #44583

Closed
opened 2026-04-26 06:14:22 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @youngcw on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6952

What happened?

The stacked net worth graph doesn't adjust the Y-Axis properly

Trend option

Image

Stacked

Image

How can we reproduce the issue?

Open a net worth report and compare the two axis between the trend and stacked graph options.

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

None

Originally created by @youngcw on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/6952 ### What happened? The stacked net worth graph doesn't adjust the Y-Axis properly Trend option <img width="753" height="388" alt="Image" src="https://github.com/user-attachments/assets/244e30b3-732b-487c-adb4-922e01c299ac" /> Stacked <img width="676" height="391" alt="Image" src="https://github.com/user-attachments/assets/8f8dbac1-3119-4988-a5dd-ff0351dd37c3" /> ### How can we reproduce the issue? Open a net worth report and compare the two axis between the trend and stacked graph options. ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
GiteaMirror added the reportsgood first issuebug labels 2026-04-26 06:14:22 -05:00
Author
Owner

@costajohnt commented on GitHub (Feb 12, 2026):

I'll take a look at this — the stacked mode is missing the domain={['auto', 'auto']} on the YAxis that trend mode has.

<!-- gh-comment-id:3893913448 --> @costajohnt commented on GitHub (Feb 12, 2026): I'll take a look at this — the stacked mode is missing the `domain={['auto', 'auto']}` on the YAxis that trend mode has.
Author
Owner

@youngcw commented on GitHub (Feb 12, 2026):

Oh, wait. I think Im being dumb. It probably needs to always show from 0 for the stacked so you can see percentages. Looks like it still maybe showing 0 even in your PR

<!-- gh-comment-id:3893944146 --> @youngcw commented on GitHub (Feb 12, 2026): Oh, wait. I think Im being dumb. It probably needs to always show from 0 for the stacked so you can see percentages. Looks like it still maybe showing 0 even in your PR
Author
Owner

@youngcw commented on GitHub (Feb 16, 2026):

Closing as this is actually required for the report.

<!-- gh-comment-id:3910390256 --> @youngcw commented on GitHub (Feb 16, 2026): Closing as this is actually required for the report.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#44583