[PR #2078] [MERGED] Custom Reports Enable Legend #4104

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2078
Author: @carkom
Created: 12/13/2023
Status: Merged
Merged: 12/16/2023
Merged by: @carkom

Base: masterHead: reportsLegend


📝 Commits (7)

📊 Changes

10 files changed (+86 additions, -120 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportSidebar.js (+1 -1)
📝 packages/desktop-client/src/components/reports/ReportTopbar.js (+3 -4)
📝 packages/desktop-client/src/components/reports/entities.d.ts (+8 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+3 -35)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+3 -39)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+11 -35)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+4 -3)
packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts (+31 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx (+16 -1)
upcoming-release-notes/2078.md (+6 -0)

📄 Description

Enables Legend for custom reports.


🔄 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/2078 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 12/16/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `reportsLegend` --- ### 📝 Commits (7) - [`14e6058`](https://github.com/actualbudget/actual/commit/14e6058dc4fc88327d7707bfbb652620470fb0ea) enable Legend - [`316625c`](https://github.com/actualbudget/actual/commit/316625c63b2fce9fc66e942ce1b2acbe9b8424ad) notes - [`5df2fb8`](https://github.com/actualbudget/actual/commit/5df2fb8feedacb3a60871c275060cd3c65d669ab) adding type - [`4802698`](https://github.com/actualbudget/actual/commit/4802698d7c813a57147ccfbcfecd57f176fe7002) Merge branch 'master' into reportsLegend - [`80f8213`](https://github.com/actualbudget/actual/commit/80f8213390d6e032c7ea84f90b6ba7e7c53e749f) overhaul - [`46614b1`](https://github.com/actualbudget/actual/commit/46614b1f679cf06659b9b46c3d062161d1f930c6) Merge branch 'master' into reportsLegend - [`e1c62a4`](https://github.com/actualbudget/actual/commit/e1c62a433849e5eae1ac93408855764dc2529b1f) calculateLegend ### 📊 Changes **10 files changed** (+86 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportSidebar.js` (+1 -1) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.js` (+3 -4) 📝 `packages/desktop-client/src/components/reports/entities.d.ts` (+8 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+3 -35) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+3 -39) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+11 -35) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+4 -3) ➕ `packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts` (+31 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx` (+16 -1) ➕ `upcoming-release-notes/2078.md` (+6 -0) </details> ### 📄 Description Enables Legend for custom reports. --- <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:51:35 -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#4104