Releases: lecho/hellocharts-android
Releases · lecho/hellocharts-android
Release 1.2
- Added method to set PathEffect for given line on LineChart
- Fixed potential problem with immutable points list in Line model
- Remove maximum zoom value constraint
- Fixed setZoomLevel method to handle zooming around values that are close to chart's edges
Release 1.1
- Fixed zoom method
- Added scroll(moveTo) method
- Added HackyViewPager and HackyDrawerLayout as a workaround for touch interception bug
- Fixed BubbleChart for single entry
Release 1.0 - the first stable;)
Features:
- Line chart
- Column chart
- Pie chart
- Bubble chart
- Combo chart(columns/lines)
- Preview charts(for column chart and line chart)
- Zoom(pinch to zoom, double tap zoom), scroll and fling
- Custom and auto-generated axes(top, bottom, left, right)
- Animations
Custom viewport model
Instead of RectF library now uses custom model that holds the biggest value as top and not as bottom value(that was the case with RectF implementation).