summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-05 16:04:58 +0100
committerSimon Rettberg2023-01-05 16:04:58 +0100
commitdd9974f776dde086752af4e80828fa1ed76a977f (patch)
tree7296f10173819aa98343e8ff64721387da63b8c9 /modules-available/statistics/pages
parent[statistics] Fix graph background if there are no lectures (diff)
downloadslx-admin-dd9974f776dde086752af4e80828fa1ed76a977f.tar.gz
slx-admin-dd9974f776dde086752af4e80828fa1ed76a977f.tar.xz
slx-admin-dd9974f776dde086752af4e80828fa1ed76a977f.zip
[statistics] Add hint regarding blue tint of usage graph
Diffstat (limited to 'modules-available/statistics/pages')
-rw-r--r--modules-available/statistics/pages/summary.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/pages/summary.inc.php b/modules-available/statistics/pages/summary.inc.php
index 71faff47..ce16b536 100644
--- a/modules-available/statistics/pages/summary.inc.php
+++ b/modules-available/statistics/pages/summary.inc.php
@@ -91,7 +91,7 @@ class SubPage
$points1 = [];
$points2 = [];
$lectures = [];
- // Get max from 3 consecutive values, which should be 3*5 = 15m
+ // Get max from 4 consecutive values, which should be 4*5 = 20m
$sum = 0;
foreach ($res as $row) {
if ($row['data'][0] === '{') {