From 71408a3c69e4dee8aec2467c91d37ec507800911 Mon Sep 17 00:00:00 2001 From: lelo Date: Sat, 14 Jun 2025 22:51:17 +0000 Subject: [PATCH] show first column in chart --- templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 90fbe78..f2e2d68 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -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'