Replace 'now/d' to '1d' to fix daily calculated usage.

This commit is contained in:
Vegard Fladby
2023-10-05 13:38:42 +02:00
parent 1ddb0c786c
commit 810bceeb1c

View File

@@ -517,7 +517,7 @@
"refId": "A" "refId": "A"
} }
], ],
"timeFrom": "now/d", "timeFrom": "1d",
"title": "Daily data growth", "title": "Daily data growth",
"type": "stat" "type": "stat"
}, },
@@ -841,7 +841,7 @@
"refId": "A" "refId": "A"
} }
], ],
"timeFrom": "now/d", "timeFrom": "1d",
"title": "Daily photos growth", "title": "Daily photos growth",
"type": "stat" "type": "stat"
}, },
@@ -1314,7 +1314,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1357,7 +1358,7 @@
"refId": "A" "refId": "A"
} }
], ],
"timeFrom": "now/d", "timeFrom": "1d",
"title": "Daily video growth", "title": "Daily video growth",
"type": "stat" "type": "stat"
}, },
@@ -1376,7 +1377,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1508,7 +1510,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1570,7 +1573,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1668,7 +1672,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1763,7 +1768,8 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green" "color": "green",
"value": null
} }
] ]
} }
@@ -1824,6 +1830,6 @@
"timezone": "", "timezone": "",
"title": "immich", "title": "immich",
"uid": "ZWWp3aa4k", "uid": "ZWWp3aa4k",
"version": 28, "version": 29,
"weekStart": "" "weekStart": ""
} }