Skip to content

Release 1.5.3

Compare
Choose a tag to compare
@lecho lecho released this 09 Mar 19:37
· 57 commits to master since this release
  • 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().