v1.4.65 #1172
Abhinandan-Kushwaha
announced in
Announcements
v1.4.65
#1172
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 1.4.65 Major release
✨ Features added-
Added the prop
floatingYAxisLabelsto Bar, Stacked Bar and Line charts that allows us to render the Y-axis labels above the chart content. See Misalignment of x-axis label and line chart and y-axis hiding under area chart #1158 (comment)Added the prop
allowFontScalingto Bar, Stacked Bar and Line charts to toggle fontScaling for X and Y-axis label texts. Default value is true. See Add allowFontScaling for X & Y axis labels to prevent UI break with large system font sizes #1161🐛 Bug fixes
Fixed the issue- "Line chart crashes when using
lineSegmentswith color codes having upper case letters" See LineChart crashes when using lineSegments with specific data indices #1146Fixed the issue- "Focused Pie color is always 'cyan' if colors are not provided in data."
Fixed the issue- "Step chart not following secondary Y-axis". See Bug: Step chart not following secondary Y-axis #1168
Fixed the issue- "BarChart tooltip (pointerLabelComponent) appears behind line" See BarChart tooltip (pointerLabelComponent) appears behind line #1169 and BarChart Tooltip Overlapped with Line and Cut Off At The Edge #928
Fixed the issue- "LineChart - Alignment of x-axis labels after set initialSpacing". See LineChart - Alignment of x-axis labels after set initialSpacing #1052
🔨 Refactor
Replaced
LayoutAnimationwith theAnimatedAPI because LayoutAnimation was not working properly with expo. This solves several animation related issues like-LineChart inside BarChart is now rendered directly in the
BarChart/index.tsxfile instead ofBarAndLineChartsWrapper. This ensures that the different parts in the BarChart are stacked in the right order- Bars -> Line -> Tooltip -> pointerLabelComponent. (This order can still be modified using thelineBehindBarsprop). This fixes issues like-This discussion was created from the release v1.4.65.
Beta Was this translation helpful? Give feedback.
All reactions