v1.4.31
π 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 #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 #801
Note: Only the labels overlapping near the poles (at the top and bottom) will be auto-shifted. Auto-shifting can be disabled by settingavoidOverlappingOfLabels: 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 #794 -
Fixed the issue- Line chart is shifted up and some data cannot be displayed (on web using Expo). See #778
-
Fixed the issue- Focused section always getting the color of the 1st section on web (using Expo) See #800 (comment)