Skip to content

Releases: lecho/hellocharts-android

Release 1.2

Choose a tag to compare

@lecho lecho released this 30 Nov 19:40
  • 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

Choose a tag to compare

@lecho lecho released this 25 Oct 16:37
  • 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;)

Choose a tag to compare

@lecho lecho released this 12 Oct 10:45

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

Custom viewport model Pre-release
Pre-release

Choose a tag to compare

@lecho lecho released this 12 Oct 10:48

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