recharts 2.14.0
What's Changed
Small release to get new top level chart events out there. Still working on 3.x, a little slower right now because of the holidays.
Feat
Area/Line/Bar/Scatter/Pie/Radar/RadialBar/FunnelChart components: add support for top levelonContextMenuandonDoubleClickevents #5254 by @abarreau in https://github.com/recharts/recharts/pull/5255
Fix
Typescript fixes
LabelList:dataKeyprop for LabelList should accept any object by @ckifer in https://github.com/recharts/recharts/pull/5252Pie:PieSectorDataItem.payloadshould be an object rather than an array by @BTOdell in https://github.com/recharts/recharts/pull/5263
New Contributors
- @abarreau made their first contribution in https://github.com/recharts/recharts/pull/5255
- @BTOdell made their first contribution in https://github.com/recharts/recharts/pull/5263
Full Changelog: https://github.com/recharts/recharts/compare/v2.13.3...v2.14.0