Skip to content

recharts 2.4.3

v2.4.3

cherry-picked commit 7925fd7d6e76812fe680df9844656feca21ebde9 to not pollute patch release with other changes

fix

  • ensure originalDomain is defaulted if no domain is provided - broke tickCount calculation - https://github.com/recharts/recharts/issues/3377
    • assign default to originalDomain for re-use in generateCategoricalChart
    • add unit tests so this doesn't happen again

Full Changelog: https://github.com/recharts/recharts/compare/v2.4.2...v2.4.3