hellocharts-android
hellocharts-android copied to clipboard
Added method to change padding between subcolumns, added borders around columns
Added method, in class ColumnChartView, that allows you to set te space between subcolumns.
Added borders around columns, you just have to chart.setBorders(true);
. Then, you can change the borders color, using chart.setBordersColor(int colorID);
Thanks! I'll look into this.