Releases: lecho/hellocharts-android
Releases · lecho/hellocharts-android
Release 1.5.8
Release 1.5.7
Fixed bug in moveTo and moveToWithAnimaiton methods for all charts.
Release 1.5.6
- line points can have different color than line itself
- fixed copy constructor for Line model
Release 1.5.5
- PieChart - fixed issue with 1px slices spacing even when user set 0dp spacing
- Added square lines, pull request #133
Release 1.5.4
- 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
- Slices separation fix for PieChart.
- Methods
setLabel(char[])
andchar[] getLabel()
are now deprecated, usesetLabel(String)
instead.char[] getLabel()
will be change toString getLabel()
in the future. To get label as chars array use methodchar[] getLabelAsChars()
.
Release 1.5.2
Bug fixes
Release 1.5.0
- Artifacts uploaded to Maven Central.
- Attempt to introduce semantic versioning semver.org
- Minor fixes
Release 1.4
- Improved axes renderer
- Tilted axis labels
- Separated formatters for different data models
- Bug fixes
Release 1.3
- 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