All Versions
10
Latest Version
Avg Release Cycle
31 days
Latest Release
2813 days ago
Changelog History
Changelog History
-
v1.5.8 Changes
September 27, 2015๐ Fixed #188
-
v1.5.7 Changes
September 02, 2015๐ Fixed bug in moveTo and moveToWithAnimaiton methods for all charts.
-
v1.5.6 Changes
July 02, 2015- line points can have different color than line itself
- ๐ fixed copy constructor for Line model
-
v1.5.5 Changes
May 17, 2015- ๐ PieChart - fixed issue with 1px slices spacing even when user set 0dp spacing
- โ Added square lines, pull request #133
-
v1.5.4 Changes
May 03, 2015- ๐ 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.
- ๐ Fixed problem with axis labels alignment when axis is drawn inside
-
v1.5.3 Changes
March 09, 2015- 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()
.
-
v1.5.2 Changes
March 07, 2015๐ Bug fixes
-
v1.5.0 Changes
February 11, 2015- Artifacts uploaded to Maven Central.
- Attempt to introduce semantic versioning semver.org
- ๐ Minor fixes
-
v1.4 Changes
February 01, 2015- ๐ Improved axes renderer
- Tilted axis labels
- Separated formatters for different data models
- ๐ Bug fixes
-
v1.3 Changes
December 18, 2014- 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