v3.0.0-beta
版本发布时间: 2016-07-02 00:55:50
PhilJay/MPAndroidChart最新发布版本:v3.1.0(2019-03-21 00:54:58)
- Elimination of the "x-index" concept (each
Entry
now has afloat
x- and y-coordinate) - Change of the
Entry
constructor fromEntry(float y, int xIndex)
toEntry(float x, float y)
-
XAxis
andYAxis
concept is now similar (XAxis
no longer represented byStrings
) - 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.