Skip to content

v1.4.25

Compare
Choose a tag to compare
@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 03 Aug 19:06
· 147 commits to master since this release
eaebe80

πŸŽ‰ 1.4.25

✨ Features added-

Added the prop intersectionAreaConfig that defines properties for intersection area of data and data2 (1st & 2nd areas). See https://stackoverflow.com/questions/78435388/react-native-area-chart

πŸ› Bug fixes

Fixed the issue- pointerLabelComponent's second parameter (representing secondaryItem) is undefined. See #752

πŸ”¨ Refactor

Reused activatePointers function, thus removing many lines of repetitive code in the LineChart component.