[PR #3200] [MERGED] ♻️ (reports) add 'showTooltip' prop to various graphs #4733

Closed
opened 2026-02-28 21:00:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3200
Author: @MatissJanis
Created: 8/5/2024
Status: Merged
Merged: 8/6/2024
Merged by: @MatissJanis

Base: masterHead: matiss/tooltip-show


📝 Commits (3)

  • f3da92d ♻️ (reports) add 'showTooltip' prop to various graphs
  • 64895d3 Feedback: hide tooltip on mobile
  • c865fd8 Merge branch 'master' into matiss/tooltip-show

📊 Changes

8 files changed (+52 additions, -13 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+14 -1)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx (+14 -6)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+6 -0)
upcoming-release-notes/3200.md (+6 -0)

📄 Description

Split off from https://github.com/actualbudget/actual/pull/3108


🔄 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/3200 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/6/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/tooltip-show` --- ### 📝 Commits (3) - [`f3da92d`](https://github.com/actualbudget/actual/commit/f3da92d6f2bf4de3863d525d677194277b3d1764) :recycle: (reports) add 'showTooltip' prop to various graphs - [`64895d3`](https://github.com/actualbudget/actual/commit/64895d395f5e68d03389fa1287f345942459e0af) Feedback: hide tooltip on mobile - [`c865fd8`](https://github.com/actualbudget/actual/commit/c865fd8577676616224dd4c8270b6a90d0a0586c) Merge branch 'master' into matiss/tooltip-show ### 📊 Changes **8 files changed** (+52 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+14 -1) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx` (+14 -6) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+6 -0) ➕ `upcoming-release-notes/3200.md` (+6 -0) </details> ### 📄 Description Split off from https://github.com/actualbudget/actual/pull/3108 --- <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 21:00:25 -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#4733