Compare commits
No commits in common. "ce0be76b70ea9c7085aca758805423672af06ea3" and "5f57de04c8993193b7e58c8c1c603781d3bd24b2" have entirely different histories.
ce0be76b70
...
5f57de04c8
@ -232,8 +232,8 @@
|
|||||||
const folderData = {{ folder_data|tojson }};
|
const folderData = {{ folder_data|tojson }};
|
||||||
|
|
||||||
// Remove the first (incomplete) bucket from the arrays
|
// Remove the first (incomplete) bucket from the arrays
|
||||||
// distinctDeviceData = distinctDeviceData.slice(1);
|
distinctDeviceData = distinctDeviceData.slice(1);
|
||||||
// timeframeData = timeframeData.slice(1);
|
timeframeData = timeframeData.slice(1);
|
||||||
|
|
||||||
// Shift the labels to local time zone
|
// Shift the labels to local time zone
|
||||||
const timeframe = "{{ timeframe }}"; // e.g., 'last24hours', '7days', '30days', or '365days'
|
const timeframe = "{{ timeframe }}"; // e.g., 'last24hours', '7days', '30days', or '365days'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user