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