added matplotlib to plot graphs; elements are now sorted from newest to oldest; slight changes in html structure;
This commit is contained in:
parent
d7a1026ad1
commit
47f6657327
8 changed files with 73 additions and 16 deletions
|
@ -18,7 +18,9 @@
|
|||
"readings": [
|
||||
{ "ts": 1747814400, "value": 45.2 },
|
||||
{ "ts": 1747818000, "value": 47.1 },
|
||||
{ "ts": 1747821600, "value": 46.8 }
|
||||
{ "ts": 1747821600, "value": 46.8 },
|
||||
{ "ts": 1747821700, "value": 35.8 },
|
||||
{ "ts": 1747821800, "value": 48.2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue