All Versions
10
Latest Version
Avg Release Cycle
120 days
Latest Release
1835 days ago

Changelog History

  • v3.1.0 Changes

    March 20, 2019

    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

  • v3.1.0-alpha Changes

    October 29, 2018

    ๐Ÿš€ 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

  • v3.0.3 Changes

    November 29, 2017

    โฌ†๏ธ Bump compile & target SDK, gradle changes.

  • v3.0.2 Changes

    March 23, 2017

    ๐Ÿ›  This release includes bugfixes and minor changes that came up over the past weeks.

  • v3.0.1 Changes

    November 17, 2016

    ๐Ÿš€ This release improves stability and fixes bugs.

  • v3.0.0 Changes

    October 19, 2016

    ๐Ÿš€ This is a major release, with a few breaking changes. So please pay attention.

    โšก๏ธ Updates:

    • The Integer x-index is dead. Intoducing: x-values (float). Each entry now has an x and a y.
    • Pie/radar charts do not have a concept of X index anymore
    • Unified XAxis/YAxis features and experience.
    • Unified formatter interfaces for axes.
    • ๐Ÿ”จ Major refactoring of the Highlight mechanism.
    • ๐Ÿ”จ Refactored marker mechanism
    • ๐Ÿ”จ Refactored legend entry mechanism
    • Each dataset can now set its own legend form/size/etc.
    • More demos
    • ๐Ÿ›  Many minor bug fixes and improvements

    ๐Ÿ’ฅ Breaking changes / how to migrate:

    • All dataset constructors have changed - they do not take an array of x-indices anymore.
    • All entry constructors have changed - they take in an X and a Y.
    • Pie and Radar chart entries now have their own classes. So exchange the Entry classes withPieEntry/RadarEntry
    • ๐Ÿ—„ If you have any old startAtZeroEnabled calls - these have been deprecated for a long time. Replace them with axisMinimum.
    • In general, all functions that accepted x-indices before, now accept an x-value, so you might have to adjust the names a little bit.
    • โšก๏ธ Where OnChartValueSelectedListener is implemented, update the onValueSelected interface
    • Replace drawSliceTextEnabled with drawEntryLabelsEnabled
    • If you have a custom scatter shape - implement an IShapeRenderer, and put your rendering code in there
    • If you have a custom marker - consider subclassing MarkerView/MarkerImage or implementing IMarker. There are more options than before now...
    • ๐Ÿšš If you have used barSpace before, move to using barWidth
  • v3.0.0-beta1 Changes

    July 02, 2016
  • v3.0.0-beta Changes

    July 01, 2016
    • Elimination of the "x-index" concept (each Entry now has a float x- and y-coordinate)
    • ๐Ÿ”„ Change of the Entry constructor from Entry(float y, int xIndex) to Entry(float x, float y)
    • XAxis and YAxis concept is now similar (XAxis no longer represented by Strings)
    • ๐Ÿ‘ Separation of the Realm.io support to a separate repository
    • ๐Ÿ›  Bugfixes and stability improvement
    • Many more...

    Currently, the documentation is not up to date and still refers to versions prior to 3.0 - please have a look a the example project to figure out how the new API works. An update of the docs will follow soon.

    ๐Ÿš€ Please also note that this is a "beta" release that might contain bugs that require fixing. A stable release 3.0 will be out within the next few weeks. If you are certain that you discovered a new issue with this new version, please let me know.

  • v2.2.5 Changes

    May 27, 2016
    • ๐Ÿ†• 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
  • v2.2.4 Changes

    March 31, 2016
    • Simplify setting axis min and max value
    • 0๏ธโƒฃ Zero-line drawing default is now false
    • ๐Ÿ›  Fixes related to cubic-lines
    • ๐Ÿ‘Œ Support for stepped LineChart
    • ๐Ÿ›  Other bugfixes