Skip to content

deps: update dependency recharts to v3.8.0#4630

Merged
sschuberth merged 1 commit intomainfrom
renovate-action/recharts-3.x
Mar 7, 2026
Merged

deps: update dependency recharts to v3.8.0#4630
sschuberth merged 1 commit intomainfrom
renovate-action/recharts-3.x

Conversation

@eclipse-apoapsis-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
recharts 3.7.03.8.0 age confidence

Release Notes

recharts/recharts (recharts)

v3.8.0

Compare Source

What's Changed

We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/

We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/

And new functions and hooks:

getRelativeCoordinate - converts mouse events to pixel positions

Convert Data → Pixels:

useXAxisScale - returns a function to convert X data values to pixel positions
useYAxisScale - returns a function to convert Y data values to pixel positions
useCartesianScale - convenience hook for converting both at once

Pixels → Data:

useXAxisInverseScale - returns a function to convert pixel X to the closest data value
useYAxisInverseScale - returns a function to convert pixel Y to the closest data value
useXAxisInverseTickSnapScale - returns a function to convert pixel X to the closest axis tick
useYAxisInverseTickSnapScale - returns a function to convert pixel Y to the closest axis tick

Accessing Ticks:

useXAxisTicks - returns the calculated ticks of an X-axis
useYAxisTicks - returns the calculated ticks of a Y-axis

Feat
Fix
Types
Docs

New Contributors

Full Changelog: recharts/recharts@v3.7.0...v3.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@eclipse-apoapsis-bot eclipse-apoapsis-bot added the dependencies Dependency updates. label Mar 6, 2026
@eclipse-apoapsis-bot eclipse-apoapsis-bot added the dependencies Dependency updates. label Mar 6, 2026
@sschuberth sschuberth enabled auto-merge March 7, 2026 07:04
@sschuberth sschuberth added this pull request to the merge queue Mar 7, 2026
Merged via the queue into main with commit 2adaf74 Mar 7, 2026
34 checks passed
@sschuberth sschuberth deleted the renovate-action/recharts-3.x branch March 7, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants