v2.12.3
版本发布时间: 2024-03-16 06:12:41
recharts/recharts最新发布版本:v2.13.0-alpha.5(2024-09-06 01:32:02)
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/4246 -
Area
: 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/4290 -
RadialBar
: 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/4264 -
ErrorBar
: do not countnull
as 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