Fix: typo for October

This commit is contained in:
Mahesh Gaya 2016-11-12 12:23:36 -06:00 committed by GitHub
parent 3928e285ae
commit 262d877b9f

View file

@ -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;