This commit is contained in:
Philipp Jahoda 2016-06-18 12:24:56 +02:00
parent 8a6139b1fb
commit 005c166e07

View file

@ -32,10 +32,6 @@ public class DayAxisValueFormatter implements AxisValueFormatter {
String monthName = mMonths[month % mMonths.length];
String yearName = String.valueOf(year);
if (year == 2017) {
System.out.println("");
}
if (chart.getVisibleXRange() > 30 * axis.getLabelCount()) {
return monthName + " " + yearName;