Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-26 | 1.3 kB | |
v3.0.1 source code.tar.gz | 2025-06-26 | 871.1 kB | |
v3.0.1 source code.zip | 2025-06-26 | 1.2 MB | |
Totals: 3 Items | 2.1 MB | 0 |
What's Changed
Lots of fixes from the 3.0 release - thanks for the reports!
Fix
Label
: fix an issue which causedlabelRef
to get passed to custom DOM elements which logged an error/warning by @saurabhraj123 in https://github.com/recharts/recharts/pull/6008Pie
->Label
: fix issue where pie labels were not rendering correctly when specified as a child ofPie
by @PavelVanecek in https://github.com/recharts/recharts/pull/5987Legend
: apply legenditemSorter
for customcontent
as well as default content by @PavelVanecek in https://github.com/recharts/recharts/pull/6012Legend
: keep legend items in the same order when they are hidden and shown by @PavelVanecek in https://github.com/recharts/recharts/pull/6017Bar
->Brush
: fix undefined access error when usingBrush
with stacked bar charts by @PavelVanecek in https://github.com/recharts/recharts/pull/6009X/YAxis
: fixDecimalError
when creating vertical oriented charts with a single datapoint by @ckifer in https://github.com/recharts/recharts/pull/6016X/Y/Y/PolarAngle/PolarRadius Axis
:tickFormatter
is no longer called with data indexes before the actual data by @PavelVanecek in https://github.com/recharts/recharts/pull/6019
Full Changelog: https://github.com/recharts/recharts/compare/v3.0.0...v3.0.1