v1.4.24 #751
Abhinandan-Kushwaha
announced in
Announcements
v1.4.24
#751
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 1.4.24
✨ Features added-
Line charts can now have data arrays of different lengths. This means that data, data2, data3 don't need to be of same length. Same applies to the sets of dataSet.
Added the prop
labelWidth
to stacked Bar charts. Thanks to Nathan Karmer for his PR- Add labelWidth prop to stacked bar charts #748🐛 Bug fixes
Fixed the issue- Datapoint in secondary lines are incorrect position in pointerConfig. See Datapoint in secondary lines are incorrect position in pointerConfig -> pointerLabelComponent (2) #749
Fixed the issue- Data points visible even if an area chart is hidded under some other area chart.
Fixed the issue- Crash due to replacing
findLastIndex
withslice().reverse().findIndex
in gifted-charts-core. I was reversing only the array and forgot to reverse the index. Thanks to dumihi313 for his PR- Fix incorrect logic of find last index gifted-charts-core#37This discussion was created from the release v1.4.24.
Beta Was this translation helpful? Give feedback.
All reactions