Compare commits
2 Commits
26527b2ef2
...
a804643d74
| Author | SHA1 | Date | |
|---|---|---|---|
| a804643d74 | |||
| 71408a3c69 |
@ -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