v1.4.25
Abhinandan-Kushwaha
released this
03 Aug 19:06
·
147 commits
to master
since this release
π 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.