License
[license]
API / Noteworthy Changes
- Androidplot builds are no longer obfuscated by Proguard.
- *Lots* of cleanup on the DemoApp sample code.
- Added PieChart.getPieWidget()
- Added ability to use custom paint for "sub-grid" lines.
- Gradle support added.
- Support for custom comparators for BarRenderer.
- Ability to assign unique Paint to individual domain/range label ticks.
- Added PieRenderer.getContainingSegment(PointF) to support onClick events for PieCharts.
Issues Resolved
- ANDROIDPLOT-183 - Proguard is changing access to methods
- Lots of other minor bug fixes.