diff --git a/packages/docs/docs/reports/index.md b/packages/docs/docs/reports/index.md index 665fcd2c5a..48331a9c0a 100644 --- a/packages/docs/docs/reports/index.md +++ b/packages/docs/docs/reports/index.md @@ -40,6 +40,13 @@ Cash flow shows your spending over time. It only looks at budgeted accounts and Net worth shows the balance of all accounts over time. Your net worth is all of your cash and assets minus any debts you owe. This includes all of your off budget accounts. Your "net worth" is considered to be the amount you would have left if you sold all your assets and paid off as much debt as possible. +The Net Worth graph has two modes: **Trend** and **Stacked**. +Use **Trend** for the overall net-worth line over time. +Use **Stacked** to separate balances by account over time (for example, savings and investment accounts). +Stacked mode is harder to interpret when mixing positive-balance and negative-balance accounts. + +![Stacked Net Worth Graph](/img/reports/net-worth-stacked.webp) + ## Spending Analysis ![Spending Analysis Report](/img/reports/spending-analysis.webp) diff --git a/packages/docs/static/img/reports/net-worth-stacked.webp b/packages/docs/static/img/reports/net-worth-stacked.webp new file mode 100644 index 0000000000..eb8b7da444 Binary files /dev/null and b/packages/docs/static/img/reports/net-worth-stacked.webp differ diff --git a/upcoming-release-notes/7948.md b/upcoming-release-notes/7948.md new file mode 100644 index 0000000000..caf9ea8138 --- /dev/null +++ b/upcoming-release-notes/7948.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [mnil] +--- + +Add docs on how to use the stacked net worth graph.