[PR #5040] [CLOSED] [Enhancement] Graph Type Setting (Sharp or Smooth) #5724

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5040
Author: @passabilities
Created: 5/21/2025
Status: Closed

Base: masterHead: rechart-graph-type


📝 Commits (2)

  • d398bf2 add setting to change rechart graph type to sharp or smooth
  • 84465b8 release notes

📊 Changes

7 files changed (+144 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+5 -1)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+4 -1)
📝 packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx (+6 -2)
packages/desktop-client/src/components/settings/Graph.tsx (+119 -0)
📝 packages/desktop-client/src/components/settings/index.tsx (+2 -0)
📝 packages/loot-core/src/types/prefs.d.ts (+2 -1)
upcoming-release-notes/5040.md (+6 -0)

📄 Description

Feature

Added a new setting value that allows users to change the style of graphs shown. The 2 options are:

  • Sharp (default)
  • Smooth

Sharp

image

Smooth

image


🔄 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/5040 **Author:** [@passabilities](https://github.com/passabilities) **Created:** 5/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rechart-graph-type` --- ### 📝 Commits (2) - [`d398bf2`](https://github.com/actualbudget/actual/commit/d398bf2ccdce2679b4ea99aa9ede73e754d4b5eb) add setting to change rechart graph type to sharp or smooth - [`84465b8`](https://github.com/actualbudget/actual/commit/84465b84b36e2aff919c96a8da39406bedf73361) release notes ### 📊 Changes **7 files changed** (+144 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+4 -1) 📝 `packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx` (+6 -2) ➕ `packages/desktop-client/src/components/settings/Graph.tsx` (+119 -0) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+2 -0) 📝 `packages/loot-core/src/types/prefs.d.ts` (+2 -1) ➕ `upcoming-release-notes/5040.md` (+6 -0) </details> ### 📄 Description # Feature Added a new setting value that allows users to change the style of graphs shown. The 2 options are: * **Sharp** (default) * **Smooth** ### Sharp ![image](https://github.com/user-attachments/assets/57834d57-168a-43d2-a0d0-60553eedcbfb) ### Smooth ![image](https://github.com/user-attachments/assets/4d81394f-a84c-4b83-8136-b82d614c234b) --- <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:17:22 -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#5724