recharts 2.7.1
What's Changed
Fix
- Move @storybook/addon-storysource to dev dependencies by @DmitryMarkov in https://github.com/recharts/recharts/pull/3623
- Moves dev dependency to correct location to prevent bundle size increase, etc.
- Fix defaults for r and strokeWidth when they aren't provided by the user by @ckifer in https://github.com/recharts/recharts/pull/3624
- Bug where if only
clipDotis provided withindotof Area and Line then dots disappear andNaNis errors appear in the DOM
- Bug where if only
New Contributors
- @DmitryMarkov made their first contribution in https://github.com/recharts/recharts/pull/3623
Full Changelog: https://github.com/recharts/recharts/compare/v2.7.0...v2.7.1