diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2021-10-16 23:37:04 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2021-10-16 23:37:04 +0200 |
commit | 5c565b3d4b7a6608414837ef34fb6c09006ba9d6 (patch) | |
tree | a30b442b74426ed5d655366469052fb19aa33d4a /src/munin-plot.js | |
parent | 45a7a61a33f064da0ffa1c7bdc52218d770acd31 (diff) |
Start week on Monday and show week numbers
Diffstat (limited to 'src/munin-plot.js')
-rw-r--r-- | src/munin-plot.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/munin-plot.js b/src/munin-plot.js index af27b1b..eab6c80 100644 --- a/src/munin-plot.js +++ b/src/munin-plot.js @@ -86,9 +86,11 @@ $(document).ready(function () { // initialise the date range picker $('#reportrange').daterangepicker({ locale: { - format: 'YYYY-MM-DD HH:mm' + format: 'YYYY-MM-DD HH:mm', + firstDay: 1 }, opens: 'left', + showISOWeekNumbers: true, timePicker: true, timePickerIncrement: 10, timePicker24Hour: true, |