Temperature sensor graph sort

This commit is contained in:
Gunnar Skjold
2021-12-19 10:23:18 +01:00
parent 4828f5a727
commit 217247b28e
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -13,3 +13,4 @@ platformio-user.ini
/test
/web/test.html
/sdkconfig
/.tmp

View File

@@ -522,6 +522,7 @@ var drawTemperature = function() {
if(min == 0)
to.vAxis.minValue = 0;
ta = google.visualization.arrayToDataTable(data);
ta.sort("Sensor");
tp.draw(ta, to);
td = false;
} else {