recharts 2.12.3
Some more small changes/fixes while working on 3.x
What's Changed
Fix
Legend: fix issue where Legend was not taken into account when scaling the chart container by @zhonglin94 in https://github.com/recharts/recharts/pull/4272 closes https://github.com/recharts/recharts/issues/4246Area: fixed a bug where className was not assigned to areaDot by @108yen in https://github.com/recharts/recharts/pull/4294 closes https://github.com/recharts/recharts/issues/4290RadialBar: address regression where radial bar and its background were off from eachother because of rounding by @ckifer in https://github.com/recharts/recharts/pull/4295 closes https://github.com/recharts/recharts/issues/4264ErrorBar: do not countnullas 0 in error bar domain by @rinkstiekema in https://github.com/recharts/recharts/pull/4297
New Contributors
- @zhonglin94 made their first contribution in https://github.com/recharts/recharts/pull/4272
Full Changelog: https://github.com/recharts/recharts/compare/v2.12.2...v2.12.3