Skip to content

Releases: lecho/hellocharts-android

Release 1.2

30 Nov 19:40
Compare
Choose a tag to compare
  • 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

25 Oct 16:37
Compare
Choose a tag to compare
  • 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;)

12 Oct 10:45
Compare
Choose a tag to compare

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

12 Oct 10:48
Compare
Choose a tag to compare
Custom viewport model Pre-release
Pre-release

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).