Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-09 | 2.4 kB | |
v3.1.0 source code.tar.gz | 2025-07-09 | 1.2 MB | |
v3.1.0 source code.zip | 2025-07-09 | 1.5 MB | |
Totals: 3 Items | 2.7 MB | 1 |
What's Changed
Bug fixes (old and new) and a few new hooks post 3.0 launch!
Feat
More hooks!
- Add
useOffset
andusePlotArea
hooks by @PavelVanecek in https://github.com/recharts/recharts/pull/6057 - Add
useActiveTooltipDataPoints
hook by @PavelVanecek in https://github.com/recharts/recharts/pull/6067
Fix
Legend
: After hiding and showing legend elements, keep them in the same order as before by @PavelVanecek in https://github.com/recharts/recharts/pull/6026Bar
: addpayload
as a valid property onBarRectangleItem
by @ckifer in https://github.com/recharts/recharts/pull/6029Accessibility
: Removerole=application
from recharts wrapper (this was removed in 2.x for accessibility reasons) by @PavelVanecek in https://github.com/recharts/recharts/pull/6060ResponsiveContainer
: Addoverflow: visible
zero-size wrapper so that ResponsiveContainer can shrink by @PavelVanecek in https://github.com/recharts/recharts/pull/6068X/YAxis
: FixtickCount
andallowDecimals
if axis domain does not include the keyword 'auto' by @PavelVanecek in https://github.com/recharts/recharts/pull/6070Tooltip
: Fix active tooltip and dots when there are multiple graphical items each with their own data by @PavelVanecek in https://github.com/recharts/recharts/pull/6074
Docs
- Our storybook stories can now open in stackblitz by @PavelVanecek in https://github.com/recharts/recharts/pull/6043
- Add hook inspector documentation by @PavelVanecek in https://github.com/recharts/recharts/pull/6059
- See https://main--63da8268a0da9970db6992aa.chromatic.com/?path=/docs/api-hooks-hookinspector--docs
Chore
- Remove duplicate 'square' from Pie component’s legendType summary by @davinahi in https://github.com/recharts/recharts/pull/6054
New Contributors
- @davinahi made their first contribution in https://github.com/recharts/recharts/pull/6054
Full Changelog: https://github.com/recharts/recharts/compare/v3.0.2...v3.1.0