Skip to content

recharts 3.3.0

What's Changed

Feat

  • ResponsiveContainer is now built-in to all charts by @PavelVanecek in https://github.com/recharts/recharts/pull/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

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: https://github.com/recharts/recharts/compare/v3.2.1...v3.3.0