Skip to content

Releases: PhilJay/MPAndroidChart

Memory leak fix, general improvements

15 Oct 22:21
Compare
Choose a tag to compare
  • Fixed memory leak issue
  • Fixed issue concerning clipping with Activity attribute screenSize|orientation
  • Improved PieChart and RadarChart offset calculation (with Legend)
  • Dragging and scaling can now be enabled/disabled separately
  • General bugfixes

Fixed background color issue, general bugfixes

06 Oct 13:28
Compare
Choose a tag to compare
  • Background color can now be set via code or .xml
  • Fixed issue concerning ScatterChart clipping
  • Fixed issue concerning multiple equal values
  • Fixed issue concerning empty PieChart crashing when tapped
  • Fixed issue concerning PieChart offsets
  • General bugfixes

Improved LimitLines, general bugfixes

02 Oct 17:33
Compare
Choose a tag to compare
  • Improved LimitLines
  • Added gesture-listener (OnChartGestureListener)
  • Added LargeValueFormatter class that helps formatting large numbers in a pretty way
  • General bugfixes

Dynamical data adding

30 Sep 06:58
Compare
Choose a tag to compare
  • Improvement of dynamical data adding
  • Fixed issue concerning ListView scrolling
  • General bugfixes

Bugfixes, more custom formatting

28 Sep 21:23
Compare
Choose a tag to compare
  • ValueFormatter interface for custom formatting
  • Improved the charts zooming and dragging capabilities above scrollable surfaces (like ListView or ViewPager)
  • .jar file included

General bug- and issue-fixes

28 Sep 13:22
Compare
Choose a tag to compare
  • General bugfixes
  • Fixed know issues
  • First release that comes in a .jar file

Introducing RadarChart, CandleStickChart, grouped BarChart

03 Sep 23:18
Compare
Choose a tag to compare

New features:

  • new chart type: RadarChart (spider net chart)
  • new chart type: CandleStickChart
  • grouped BarChart (grouped DataSets)
  • over-draw feature
  • fixed known issues
  • example project improvements

Currently (in this release) not working:

  • drawing in chart by gesture
  • 3D BarChart

Animations, LimitLines, Bugfixes

18 Aug 12:38
Compare
Choose a tag to compare

This release features:

  • Improvements and bugfixes in the new data model
  • Limit Lines (for providing additional information / maximums)
  • Animations for all chart types

Currently (in this release) not working:

  • drawing in chart by gesture
  • 3D BarChart

Introducing the new data model

15 Aug 21:46
Compare
Choose a tag to compare

This release features:

  • a new data model with different DataSet types for every chart which allow better styling
  • feature to invert y-axis
  • legend improvements
  • label improvements
  • fixed known issues
  • performance improvements

Temporarily (in this release) not working:

  • drawing into the chart by gesture

YLabel and XLabel in all positions, Example improvements

04 Aug 19:19
Compare
Choose a tag to compare

Improvements to both labels on x- and y-axis.
This is the last release that supports the old model structure (meaning only one ChartData object for all different chart types).

The new data-model will have an own model class for each chart-type which will allow a lot more specification and styling.