mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 01:48:25 +02:00
fixes #4687
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user