diff options
author | Simon Rettberg | 2023-01-05 16:04:58 +0100 |
---|---|---|
committer | Simon Rettberg | 2023-01-05 16:04:58 +0100 |
commit | dd9974f776dde086752af4e80828fa1ed76a977f (patch) | |
tree | 7296f10173819aa98343e8ff64721387da63b8c9 /modules-available/statistics/pages | |
parent | [statistics] Fix graph background if there are no lectures (diff) | |
download | slx-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.php | 2 |
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] === '{') { |