MPAndroidChart v3.1.0 Release Notes

Release Date: 2019-03-20 // about 5 years ago
  • About

    ๐Ÿ›  This mostly includes bug fixes, but with a few notable differences. The biggest change is bumping MPAndroidChart's minSdkVersion to 14. If you have a lower version, you should stop supporting it and go up to 14 as well.

    ๐Ÿ‘€ Please see the current distribution usages, as less than 1% of Android devices are running versions 15 and lower now.

    ๐Ÿ’ฅ Breaking Changes

    • minSdkVersion has been bumped to 14 , read the above.
    • ๐Ÿ—„ Easing class has been simplified, old methods of getting easing functions are DEPRECATED (35c9fc9)
    • Chart.saveToGallery(name, quality) now saves as a PNG instead of JPG (d67ea48)

    โž• Additions

    • โฌ†๏ธ Upgraded project to androidX, maven upgraded to 2.1, gradle upgraded to 4.6, android gradle to 3.2.1, android build tools to 28.0.3
    • Example project has been refreshed (d67ea48, 5030b36)
    • Grid lines can be drawn behind or infront of data (c97b8d5)
    • Can use pie slice color for value line color (1e6e58d)
    • ๐Ÿ‘ BarChart supports gradient colored bars (e4ba3cd)

    ๐Ÿ›  Fixes


Previous changes from v3.1.0-alpha

  • ๐Ÿš€ Pre-Release Disclaimer

    ๐Ÿš€ This is a pre-release, which means it's not fully tested. However, many bugs have still been fixed and I highly recommend that you update anyway to get those latest changes. Please open an issue if you are still running into issues with this release so they can be patched up for the final 3.1 release!

    About

    ๐Ÿ›  This mostly includes bug fixes, but with a few notable differences. The biggest change is bumping MPAndroidChart's minSdkVersion to 14. If you have a lower version, you should stop supporting it and go up to 14 as well.

    ๐Ÿ‘€ Please see the current distribution usages, as less than 1% of Android devices are running versions 15 and lower now.

    ๐Ÿ’ฅ Breaking Changes

    • minSdkVersion has been bumped to 14 , read the above.
    • ๐Ÿ—„ Easing class has been simplified, old methods of getting easing functions are DEPRECATED (35c9fc9)
    • Chart.saveToGallery(name, quality) now saves as a PNG instead of JPG (d67ea48)

    โž• Additions

    • โฌ†๏ธ Upgraded project to androidX, maven upgraded to 2.1, gradle upgraded to 4.6, android gradle to 3.2.1, android build tools to 28.0.3
    • Example project has been refreshed (d67ea48, 5030b36)
    • Grid lines can be drawn behind or infront of data (c97b8d5)
    • Can use pie slice color for value line color (1e6e58d)
    • ๐Ÿ‘ BarChart supports gradient colored bars (e4ba3cd)

    ๐Ÿ›  Fixes