Skip to content

Releases: lecho/hellocharts-android

Release 1.5.8

Choose a tag to compare

@lecho lecho released this 27 Sep 15:32

Fixed #188

Release 1.5.7

Choose a tag to compare

@lecho lecho released this 02 Sep 17:27

Fixed bug in moveTo and moveToWithAnimaiton methods for all charts.

Release 1.5.6

Choose a tag to compare

@lecho lecho released this 02 Jul 18:23
  • line points can have different color than line itself
  • fixed copy constructor for Line model

Release 1.5.5

Choose a tag to compare

@lecho lecho released this 17 May 18:06
  • PieChart - fixed issue with 1px slices spacing even when user set 0dp spacing
  • Added square lines, pull request #133

Release 1.5.4

Choose a tag to compare

@lecho lecho released this 03 May 19:19
  • Fixed problem with axis labels alignment when axis is drawn inside axis.setInside(true).
  • Added option to draw diamond shapes in LineChart, pull request #93.
  • Updated maximum label length to 64 chars, fixed problem with IndexOutOfBounds when label has too many characters.

Release 1.5.3

Choose a tag to compare

@lecho lecho released this 09 Mar 19:37
  • Slices separation fix for PieChart.
  • Methods setLabel(char[]) and char[] getLabel() are now deprecated, use setLabel(String) instead. char[] getLabel() will be change to String getLabel() in the future. To get label as chars array use method char[] getLabelAsChars().

Release 1.5.2

Choose a tag to compare

@lecho lecho released this 07 Mar 16:41

Bug fixes

Release 1.5.0

Choose a tag to compare

@lecho lecho released this 11 Feb 21:15
  • Artifacts uploaded to Maven Central.
  • Attempt to introduce semantic versioning semver.org
  • Minor fixes

Release 1.4

Choose a tag to compare

@lecho lecho released this 01 Feb 19:55
  • Improved axes renderer
  • Tilted axis labels
  • Separated formatters for different data models
  • Bug fixes

Release 1.3

Choose a tag to compare

@lecho lecho released this 18 Dec 20:15
  • Introduce SelectedValueType enum instead of integer index
  • Improved method to select value programatically
  • Disable touch events for blank center circle(PieChart), #22
  • Option to enable/disable separation lines for axes.
  • Update gradle config to work with gradle 2.2.1 and AndroidStudio 1.0
  • Rename ColumnValue into SubcolumnValue
  • Rename onNothinTouched() method into onValueDeselected()
  • Added static methods for Axis generation from collection or range #30