sensordata now left to right
This commit is contained in:
@@ -4,7 +4,7 @@ function sensor_data_collection() {
|
||||
controllerId: controllerId
|
||||
}, {
|
||||
sort: {
|
||||
created_at: -1
|
||||
created_at: 1
|
||||
},
|
||||
limit: 100
|
||||
});
|
||||
@@ -56,6 +56,7 @@ var createChart = function() {
|
||||
|
||||
|
||||
|
||||
|
||||
// Set the options
|
||||
var options = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user