Compare commits

...

2 Commits

Author SHA1 Message Date
a804643d74 Merge branch 'master' of gitea.centx.de:lelo/bethaus-app 2025-06-14 22:56:29 +00:00
71408a3c69 show first column in chart 2025-06-14 22:51:17 +00:00

View File

@ -232,8 +232,8 @@
const folderData = {{ folder_data|tojson }};
// Remove the first (incomplete) bucket from the arrays
distinctDeviceData = distinctDeviceData.slice(1);
timeframeData = timeframeData.slice(1);
// distinctDeviceData = distinctDeviceData.slice(1);
// timeframeData = timeframeData.slice(1);
// Shift the labels to local time zone
const timeframe = "{{ timeframe }}"; // e.g., 'last24hours', '7days', '30days', or '365days'