Recent Releases
v3.10.1 — v3.10.1
What's Changed fix(Pie): pass computed innerRadius/outerRadius to Label children via PolarLabelContextProvider by @0007aadil in https://github.com/recharts/recharts/pull/7458 chore(deps): bump im
v3.10.0 — v3.10.0
What's Changed Legend position Legend now supports position and offset props, same as Label and LabeList. This replaces the previous align and verticalAlign for a more convenient positioning,
v3.9.2 — v3.9.2
What's Changed docs: clarify custom labels and ticks need SVG elements by @ishaanlabs-gg in https://github.com/recharts/recharts/pull/7524 chore(deps): bump immer from 11.1.8 to 11.1.9 by @depend
v3.9.1 — v3.9.1
What's Changed perf: optimize ScatterChart hover by reducing re-renders from O(n) to O(1) by @roy7 in https://github.com/recharts/recharts/pull/7133 fix(YAxis): render explicit ticks when a non-l
v3.9.0 — v3.9.0
What's Changed Animations 3.9 comes with new animations! There are several bug fixes and what's best, all animations are now fully customizable. See the animations guide on https://recharts
v3.8.1 — v3.8.1
What's Changed Bugfixes! fix(z-index): prevent elements from disappearing during dynamic zIndex transitions by @VIDHITTS in https://github.com/recharts/recharts/pull/7006 fix: prevent toolti
v3.8.0 — v3.8.0
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/