commit
493e3d238d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class DayAxisValueFormatter implements IAxisValueFormatter
|
|||
{
|
||||
|
||||
protected String[] mMonths = new String[]{
|
||||
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"
|
||||
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
|
||||
};
|
||||
|
||||
private BarLineChartBase<?> chart;
|
||||
|
|
Loading…
Add table
Reference in a new issue