Merge pull request #2463 from maheshgaya/master

Fix: typo for October
This commit is contained in:
Daniel Cohen Gindi 2017-02-21 16:39:50 +02:00 committed by GitHub
commit 493e3d238d

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;