npm recharts 3.3.0
v3.3.0

5 days ago

What's Changed

Feat

  • ResponsiveContainer is now built-in to all charts by @PavelVanecek in #6388
    • add the responsive prop to any chart along with a height and width as if you were using ResponsiveContainer. One less component to wrap things with. ResponsiveContainer will continue to work for the life of 3.x
<BarChart data={data} responsive height={300} width="100%">
  ....
</BarChart>

Fix

  • YAxis: Only use the YAxis width="auto" oscillation detection if the difference is > 1 pixel by @PavelVanecek in #6450
  • ResponsiveContainer: only shrinks in the dimensions where it needs to shrink by @PavelVanecek in #6367
  • Treemap: fix animation stutters in Treemap by @PavelVanecek in #6326
  • Sankey: fix unique key error by @daiboom in #6352

Website changes - https://recharts.github.io/

Unfortunately the current contributors and admins do not own recharts.org and the renewal of the domain remains up in the air. To remove that uncertainty we have deployed the website at our github pages URL instead.

New Contributors

Full Changelog: v3.2.1...v3.3.0

Don't miss a new recharts release

NewReleases is sending notifications on new releases.