v2.12.4
版本发布时间: 2024-04-04 08:35:24
recharts/recharts最新发布版本:v2.13.0-alpha.5(2024-09-06 01:32:02)
What's Changed
Small fixes while working on v3 continued...
Fix
-
Accessibility
: remove role attribute from recharts-wrapper which caused an accessibility violation with > 1 chart on the same page by @julianna-langston in https://github.com/recharts/recharts/pull/4386, fixes #4384 -
X/YAxis
: fix incorrect padding calculation when there is 1 datapoint or less by @graup in https://github.com/recharts/recharts/pull/4314 closes #4313
className
fixes - helps slowly address https://github.com/recharts/recharts/issues/2169:
-
Tooltip
: allow customclassName
oncursor
by @108yen in https://github.com/recharts/recharts/pull/4306 -
RadarChart/RadialBarChart
: allow customclassName
onPolarRadiusAxis
,PolarAngleAxis
, andRadar
dot by @108yen in https://github.com/recharts/recharts/pull/4335 -
Pie
: allow customclassName
onlabel
andlabelLine
ofPie
by @108yen in https://github.com/recharts/recharts/pull/4381
Full Changelog: https://github.com/recharts/recharts/compare/v2.12.3...v2.12.4