HelloCharts v1.5.3 Release Notes

Release Date: 2015-03-09 // about 9 years ago
    • 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().