npm recharts 3.0.0-beta.0
v3.0.0-beta.0

latest releases: 3.2.0, 3.1.2, 3.1.1...
4 months ago

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 #5688
  • CartesianGrid: render grid lines above the component background instead of below, allows fill to be set without hiding grid lines by @JoaquinPalacios in #5692
  • Scatter: fix issue with Scatter chart tooltip not showing by @PavelVanecek in #5716
  • XAxis: fix XAxis padding calculation for gap and no-gap when axis type="number" by @jackfletch in #5762
  • Tooltip: fix Tooltip synchronization for syncMethod="value" with numerical domains by @PavelVanecek in #5744
  • Tooltip: TS - Add SVGElements to payload type by @ally1002 in #5715
  • Animation: re-add an animation ID so we can smoothly transition from one animation to another when interrupted by @PavelVanecek in #5753
  • Accessibility: remove all img roles which cause accessibility violations since there is no alt text on these elements by @ckifer in #5761

Feat

New Contributors

Full Changelog: v3.0.0-alpha.9...v3.0.0-beta.0

Don't miss a new recharts release

NewReleases is sending notifications on new releases.