Changes since v3.0.0-alpha.8
What's Changed
Feat
Animation
: Improved Animation interruption inBar
,Line
,Area
,Scatter
,Pie
,Radar
,RadialBar
, andFunnel
- Fixes #5625
- Removes
lodash.isEqual
from the project entirely - Allows for smoother animation when changing dataKeys or adding new graphical items during animation (interruptions)r
Fix
Area
/Bar
AllowstackId
to be passed in as string or number. Fixes #5648Text
: Allowdata-*
props to be passed down to theText
element. Fixes #5664CartesianAxis
: Set fontSize and letterSpacing correctly inCartesianAxis
, fixes issue where tick space calculation didn't take fontSize into account )Tooltip
: AllowTooltip.formatter
to be called whenname
orvalue
are undefined. Fixes #5658
Full Changelog: v3.0.0-alpha.8...v3.0.0-alpha.9