Skip to content

v1.4.31

Compare
Choose a tag to compare
@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 01 Sep 13:36
· 156 commits to master since this release
60fc869

πŸŽ‰ 1.4.31

✨ Features added-

  1. Pointer lines will now be displayed in both positive and negative values of the Line and Area charts (1st and 4th quadrant). See #799

  2. Added the property avoidOverlappingOfLabels to the prop labelLineConfig for Pie and donut charts. The default being true, it auto shifts overlapping external labels in Pie charts rendered using showExternalLabels and externalLabelComponent. 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 setting avoidOverlappingOfLabels: false inside the labelLineConfig object.

πŸ› Bug fixes

  1. 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

  2. Fixed the issue- Line chart is shifted up and some data cannot be displayed (on web using Expo). See #778

  3. Fixed the issue- Focused section always getting the color of the 1st section on web (using Expo) See #800 (comment)