Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-05 | 2.0 kB | |
v3.1.1 source code.tar.gz | 2025-08-05 | 1.9 MB | |
v3.1.1 source code.zip | 2025-08-05 | 2.7 MB | |
Totals: 3 Items | 4.6 MB | 0 |
What's Changed
Fix
General
: Don't apply duplicate IDs in the DOM by @PavelVanecek in https://github.com/recharts/recharts/pull/6111Stacked Area/Bar
: give all graphical items their own unique identifier and use that to select stacked data. Fixes issue where stacked charts could not be created from the graphical itemdata
prop https://github.com/recharts/recharts/issues/6073 by @PavelVanecekStacked Area/Bar
: exclude stacked axis domain when not relevant for axis by @rinkstiekema in https://github.com/recharts/recharts/pull/6162 fixes issue where numeric stacked charts would not render correctlyArea Chart
: ranged area chart - show active dot on both points instead of just the top one by @sroy8091 in https://github.com/recharts/recharts/pull/6116 fixes [#6080]Polar Charts/Label
: fixLabel
in polar charts by @PavelVanecek in https://github.com/recharts/recharts/pull/6126Scatter/ErrorBar
: choose implicit Scatter ErrorBar direction based on chart layout (to be the same as 2.x) by @PavelVanecek in https://github.com/recharts/recharts/pull/6159X/YAxis/Reference Components
: allow axis values and reference items to render when there is no data but there is a domain/explicit ticks set by @ethphan in https://github.com/recharts/recharts/pull/6161X/YAxis
: pass axis padding info to custom tick components by @shreedharbhat98 in https://github.com/recharts/recharts/pull/6163
Chore / Testing
- good progress on our journey to enable
strictNullChecks
- addition of playwright visual regression tests to CI
- split
Animate
intoJavascriptAnimate
andCSSTransitionAnimate
by @PavelVanecek in https://github.com/recharts/recharts/pull/6175
New Contributors
- @sroy8091 made their first contribution in https://github.com/recharts/recharts/pull/6116
- @ethphan made their first contribution in https://github.com/recharts/recharts/pull/6161
Full Changelog: https://github.com/recharts/recharts/compare/v3.1.0...v3.1.1