Skip to content

Releases: PhilJay/MPAndroidChart

Bugfixes, Enhancements

07 Apr 15:05
Compare
Choose a tag to compare
  • LimitLine for both XAxis and YAxis
  • Inverted YAxis now working for all chart types
  • Animation easing
  • More styling options
  • More viewport modification methods
  • Bugfixes

Performance Increase, Bugfixes

13 Mar 19:57
Compare
Choose a tag to compare
  • Major performance improvements
  • Combined-Chart improvement
  • General bugfixes

MPAndroidChart v2.0.7

01 Mar 09:45
Compare
Choose a tag to compare
  • Enjoy the all new MPAndroidChart
  • Included JavaDoc for gradle dependencies
  • Fixed issue in cubic-lines
  • General bugfixes

Bugfixes

28 Feb 15:39
Compare
Choose a tag to compare
  • Bugfixes concerning BarChart
  • Code cleanup

The all new MPAndroidChart

27 Feb 16:18
Compare
Choose a tag to compare

What's new:

  • Dual YAxis
  • HorizontalBarChart
  • CombinedChart
  • Performance improvements
  • Removed nineoldandroids library
  • Removed v4 support library
  • and many more...

Version 2.0.0 beta

21 Feb 14:09
Compare
Choose a tag to compare
Version 2.0.0 beta Pre-release
Pre-release

What's new:

  • Dual YAxis (you can now choose which axis you want your DataSet to plot against, either LEFT or RIGHT)
  • CombinedChart (bar-, line-, scatter- and candle-data can now be displayed together in one chart)
  • Removed nineoldandroids-library
  • and many more...

Not working yet:

  • HorizontalBarChart
  • Grouped BarChart highlighting
  • CombinedChart highlighting
  • lot's of other stuff :-)

The ReadMe.md documentation is currently outdated. Please refer to the example-project.

Please note that this is only a pre-release and absolutely not bug free and feature complete.
Let me know what you think and inform me about bugs / issues.

Minor improvements

18 Nov 19:54
Compare
Choose a tag to compare
  • Minor bugfix in RadarChart
  • Changes to the library architecture
  • Fixed known issues

Fixed known issues

30 Oct 11:33
Compare
Choose a tag to compare
  • Fixed known issues
  • Provided FillFormatter interface for making custom implementations concerning the line-filling in LineChart
  • Fixed crash in XLabels

Minor improvements

22 Oct 18:01
Compare
Choose a tag to compare
  • Added new LegendPositions NONE and RIGHT_OF_CHART_INSIDE
  • Added callback for fling gestures on the chart
  • Added feature to enable / disable logging

Minor fixes

17 Oct 07:53
Compare
Choose a tag to compare
  • Minor fixes of previous release