[PR #2636] [MERGED] Custom Reports: Line show activity #74408

Closed
opened 2026-05-16 15:41:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2636
Author: @carkom
Created: 4/19/2024
Status: Merged
Merged: 4/22/2024
Merged by: @carkom

Base: masterHead: LineShowActivity


📝 Commits (10+)

📊 Changes

5 files changed (+183 additions, -33 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+12 -1)
📝 packages/desktop-client/src/components/reports/ReportTopbar.jsx (+1 -3)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+159 -24)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+5 -5)
upcoming-release-notes/2636.md (+6 -0)

📄 Description

Enables the ability to show transactions when LineGraph is clicked. Also adds missing formatting to lineGraph.


🔄 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/2636 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `LineShowActivity` --- ### 📝 Commits (10+) - [`e11d66c`](https://github.com/actualbudget/actual/commit/e11d66c499905914be15a0548174f1fbdc82870e) StackedBar Activity - [`a396b11`](https://github.com/actualbudget/actual/commit/a396b115d435c760c7208133f100f804e0d911e4) LineGraph and some session updates - [`2e30706`](https://github.com/actualbudget/actual/commit/2e30706263cce1ad8fad2f61b07b996f89e10656) notes - [`69b5a44`](https://github.com/actualbudget/actual/commit/69b5a441261a7e257fb84f353907d5d101c0fa48) table graphs - [`14d6774`](https://github.com/actualbudget/actual/commit/14d6774809e38990edc3ec0a4585844d91cef120) Merge remote-tracking branch 'upstream/master' into LineShowActivity - [`8cc6b42`](https://github.com/actualbudget/actual/commit/8cc6b42803f9a4457d94d3e7aab7fea71160cf50) Revert "table graphs" - [`d3e8fb9`](https://github.com/actualbudget/actual/commit/d3e8fb92ffca464ecf1ca72138fcb3c2fd78f698) Revert stackedBar - [`aaf7209`](https://github.com/actualbudget/actual/commit/aaf7209f4876902923f1c37eff5db121335a01f1) add filters - [`e818e82`](https://github.com/actualbudget/actual/commit/e818e8242fca5ff5c3f3f60c43fd09beb200b641) Merge remote-tracking branch 'upstream/master' into LineShowActivity - [`7854654`](https://github.com/actualbudget/actual/commit/7854654b7c1d878538cf5d0ea1b6baf7350081bb) Merge branch 'LineShowActivity' of https://github.com/carkom/actual into LineShowActivity ### 📊 Changes **5 files changed** (+183 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+12 -1) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.jsx` (+1 -3) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+159 -24) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+5 -5) ➕ `upcoming-release-notes/2636.md` (+6 -0) </details> ### 📄 Description Enables the ability to show transactions when LineGraph is clicked. Also adds missing formatting to lineGraph. --- <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-05-16 15:41:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#74408