[PR #5903] [MERGED] ⬆️ upgrade recharts to v3 #36394

Closed
opened 2026-04-20 23:15:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5903
Author: @matt-fidd
Created: 10/10/2025
Status: Merged
Merged: 10/10/2025
Merged by: @matt-fidd

Base: masterHead: deps/recharts


📝 Commits (4)

📊 Changes

6 files changed (+87 additions, -92 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx (+13 -2)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+21 -4)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+2 -2)
upcoming-release-notes/5903.md (+6 -0)
📝 yarn.lock (+44 -83)

📄 Description

I've tested this with my dashboard which is pretty extensive and everything is working.

https://github.com/recharts/recharts/wiki/3.0-migration-guide

https://recharts.org/en-US/guide/activeIndex


🔄 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/5903 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/10/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/recharts` --- ### 📝 Commits (4) - [`f2d0d38`](https://github.com/actualbudget/actual/commit/f2d0d38effd5b46e557634874c17fd4a39e420ae) recharts 3.1.2 - [`67db7a3`](https://github.com/actualbudget/actual/commit/67db7a3cb3c39145587d997e60caeec462758a61) remove activeIndex in favour of tooltip - [`a1efe44`](https://github.com/actualbudget/actual/commit/a1efe441ca14931016f01c8a9e2a5a59879a75b8) note - [`7e1d0a8`](https://github.com/actualbudget/actual/commit/7e1d0a836c61a80b438de264ce0af511b4fad047) typecheck ### 📊 Changes **6 files changed** (+87 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx` (+13 -2) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+21 -4) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+2 -2) ➕ `upcoming-release-notes/5903.md` (+6 -0) 📝 `yarn.lock` (+44 -83) </details> ### 📄 Description I've tested this with my dashboard which is pretty extensive and everything is working. https://github.com/recharts/recharts/wiki/3.0-migration-guide https://recharts.org/en-US/guide/activeIndex --- <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-04-20 23:15:48 -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#36394