Recharts 3 beta! We're close to releasing 3.0 and this beta version is pretty much just a formality so we can update the recharts@beta
tag to something more recent.
We're going to treat this as an RC and hopefully have 3.0 out shortly. Thanks!
What's Changed Since 3.0 Alpha.9
Fix
Area
: normalize stackId to a string if a number is passed, fixes stacked Area charts by @ckifer in #5688CartesianGrid
: render grid lines above the component background instead of below, allowsfill
to be set without hiding grid lines by @JoaquinPalacios in #5692Scatter
: fix issue with Scatter chart tooltip not showing by @PavelVanecek in #5716XAxis
: fix XAxis padding calculation forgap
andno-gap
when axistype="number"
by @jackfletch in #5762Tooltip
: fix Tooltip synchronization forsyncMethod="value"
with numerical domains by @PavelVanecek in #5744Tooltip
: TS - AddSVGElements
topayload
type by @ally1002 in #5715Animation
: re-add an animation ID so we can smoothly transition from one animation to another when interrupted by @PavelVanecek in #5753Accessibility
: remove allimg
roles which cause accessibility violations since there is no alt text on these elements by @ckifer in #5761
Feat
Pie
: supportonTouchMove
events (allows the user to move the Tooltip by dragging on mobile) by @PavelVanecek in #5723Treemap
: supportonTouchMove
events by @PavelVanecek in #5727Scatter
: supportonTouchMove
events by @PavelVanecek in #5743
New Contributors
- @JoaquinPalacios made their first contribution in #5692
Full Changelog: v3.0.0-alpha.9...v3.0.0-beta.0