v1.4.31 #811
Abhinandan-Kushwaha
announced in
Announcements
v1.4.31
#811
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 1.4.31
✨ Features added-
Pointer lines will now be displayed in both positive and negative values of the Line and Area charts (1st and 4th quadrant). See In the LineChart, the pointer line is only displayed in the positive area (above 0). #799
Added the property
avoidOverlappingOfLabels
to the proplabelLineConfig
for Pie and donut charts. The default being true, it auto shifts overlapping external labels in Pie charts rendered usingshowExternalLabels
andexternalLabelComponent
. See overlapping labels #801Note: Only the labels overlapping near the poles (at the top and bottom) will be auto-shifted. Auto-shifting can be disabled by setting
avoidOverlappingOfLabels: false
inside thelabelLineConfig
object.🐛 Bug fixes
Fixed the issue- Vertical lines displayed using the
showVerticalLines
prop are incomplete in Bar and Line charts when run on web (using Expo). See X-axis label is not showing correctly And The vertical grid lines is Incomplete #794Fixed the issue- Line chart is shifted up and some data cannot be displayed (on web using Expo). See Why the y axis of line chart is shifted up and some data cannot be displayed #778
Fixed the issue- Focused section always getting the color of the 1st section on web (using Expo) See PieChart's "sectionAutoFocus" and "focusOnPress" don't work in Web #800 (comment)
This discussion was created from the release v1.4.31.
Beta Was this translation helpful? Give feedback.
All reactions