Cleanup
This commit is contained in:
parent
8a6139b1fb
commit
005c166e07
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue