Skip to content

Releases: lecho/hellocharts-android

Release 1.5.8

27 Sep 15:32
Compare
Choose a tag to compare

Release 1.5.7

02 Sep 17:27
Compare
Choose a tag to compare

Fixed bug in moveTo and moveToWithAnimaiton methods for all charts.

Release 1.5.6

02 Jul 18:23
Compare
Choose a tag to compare
  • line points can have different color than line itself
  • fixed copy constructor for Line model

Release 1.5.5

17 May 18:06
Compare
Choose a tag to compare
  • PieChart - fixed issue with 1px slices spacing even when user set 0dp spacing
  • Added square lines, pull request #133

Release 1.5.4

03 May 19:19
Compare
Choose a tag to compare
  • 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

09 Mar 19:37
Compare
Choose a tag to compare
  • 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

07 Mar 16:41
Compare
Choose a tag to compare

Bug fixes

Release 1.5.0

11 Feb 21:15
Compare
Choose a tag to compare
  • Artifacts uploaded to Maven Central.
  • Attempt to introduce semantic versioning semver.org
  • Minor fixes

Release 1.4

01 Feb 19:55
Compare
Choose a tag to compare
  • Improved axes renderer
  • Tilted axis labels
  • Separated formatters for different data models
  • Bug fixes

Release 1.3

18 Dec 20:15
Compare
Choose a tag to compare
  • 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