This commit is contained in:
Julian Lam
2016-05-25 15:28:37 -04:00
parent a8f5000247
commit b4d14ef366

View File

@@ -26,7 +26,7 @@ define('admin/advanced/errors', ['Chart'], function(Chart) {
tooBusyCanvas = document.getElementById('toobusy'),
dailyLabels = utils.getDaysArray();
dailyLabels.length = 7;
dailyLabels = dailyLabels.slice(-7);
if (utils.isMobile()) {
Chart.defaults.global.showTooltips = false;