From 9c5d503526ab39d6abab70367132d45e34cb683b Mon Sep 17 00:00:00 2001 From: Rsl1122 <24460436+Rsl1122@users.noreply.github.com> Date: Mon, 16 Dec 2019 15:46:47 +0200 Subject: [PATCH] Changed Punchcard to say 12am instead of 0am Affects issues: - #712 --- Plan/common/src/main/resources/assets/plan/web/js/graphs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/common/src/main/resources/assets/plan/web/js/graphs.js b/Plan/common/src/main/resources/assets/plan/web/js/graphs.js index d90e122d9..238858c45 100644 --- a/Plan/common/src/main/resources/assets/plan/web/js/graphs.js +++ b/Plan/common/src/main/resources/assets/plan/web/js/graphs.js @@ -284,7 +284,7 @@ function punchCard(id, punchcardSeries) { type: 'datetime', dateTimeLabelFormats: { hour: '%I %P', - day: '%H %P' + day: '%I %P' }, tickInterval: 3600000 },