Releases: PhilJay/MPAndroidChart
Releases · PhilJay/MPAndroidChart
Memory leak fix, general improvements
- Fixed memory leak issue
- Fixed issue concerning clipping with
ActivityattributescreenSize|orientation - Improved
PieChartandRadarChartoffset calculation (withLegend) - Dragging and scaling can now be enabled/disabled separately
- General bugfixes
Fixed background color issue, general bugfixes
- Background color can now be set via code or .xml
- Fixed issue concerning
ScatterChartclipping - Fixed issue concerning multiple equal values
- Fixed issue concerning empty
PieChartcrashing when tapped - Fixed issue concerning
PieChartoffsets - General bugfixes
Improved LimitLines, general bugfixes
- Improved LimitLines
- Added gesture-listener (
OnChartGestureListener) - Added
LargeValueFormatterclass that helps formatting large numbers in a pretty way - General bugfixes
Dynamical data adding
- Improvement of dynamical data adding
- Fixed issue concerning ListView scrolling
- General bugfixes
Bugfixes, more custom formatting
ValueFormatterinterface for custom formatting- Improved the charts zooming and dragging capabilities above scrollable surfaces (like
ListVieworViewPager) - .jar file included
General bug- and issue-fixes
- General bugfixes
- Fixed know issues
- First release that comes in a .jar file
Introducing RadarChart, CandleStickChart, grouped BarChart
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
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
This release features:
- a new data model with different
DataSettypes 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
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.