MPAndroidChart v2.2.5 Release Notes

Release Date: 2016-05-27 // almost 8 years ago
    • ๐Ÿ†• New: Horizontal cubic bezier lines for Line chart (through mode property)
    • ๐Ÿ†• New: Allow transparent color in circle hole color (Line chart)
    • ๐Ÿ†• New: circleHoleRadius property for more control over line chart circles
    • ๐Ÿ†• New: PieChart values outside of chart (connected with lines)
    • ๐Ÿ†• New: highlightFullBar for highlighting all values on an x-index at once
    • ๐Ÿ†• New: Allow setting xVals on existing Data objects
    • ๐Ÿ†• New: Allow bubble sizes to not be normalized against the dataset max
    • New: Added material color template
    • ๐Ÿ†• New: Flag to control whether we draw a limit line's labels
    • ๐Ÿ†• New: Exploded the Legend-Position enum to support more combinations
    • ๐Ÿ†• New: Allow drawing borders for bars in a Bar chart
    • ๐Ÿ‘Œ Improved: Highlighting when multiple values on x-index present (bubble chart, combined chart)
    • ๐Ÿ›  Fixed: We are now taking into account the extra offsets for Pie/Radar chart view
    • ๐Ÿ›  Fixes regarding MarkerView
    • ๐Ÿ‘Œ Improvements to Demo, now keeping dataset styling when changin dataset size
    • ๐Ÿ›  General bugfixes