hellocharts-android
hellocharts-android copied to clipboard
change X axis and Y axis color
How to change X & Y axis default light gray color..?? Also I want to give labels to X axis as 'Jan', "Feb".... but It shows 1, 2,....
Try to change axis's line- and text- color. To set custom labels for axis you need to create custom customAxisValue = AxisValue(value, label) and set if to *ChartData.setAxis(X/Y)(Bottom/Top...)(customAxisValue)