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
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
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
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
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/