recharts 3.1.1
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 itemdataprop 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 #6080Polar Charts/Label: fixLabelin 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
AnimateintoJavascriptAnimateandCSSTransitionAnimateby @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