Compare commits
No commits in common. "a804643d748e66c5aa516f7ed59a42166a75da03" and "26527b2ef27c0ca057b80fd9c9ea503654e1312a" have entirely different histories.
a804643d74
...
26527b2ef2
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user