diff --git a/lagarto/lagarto-max/config/graphs.json b/lagarto/lagarto-max/config/graphs.json index 273ae87..b4f4fd3 100644 --- a/lagarto/lagarto-max/config/graphs.json +++ b/lagarto/lagarto-max/config/graphs.json @@ -1,26 +1,4 @@ { "graphs": { - "humidities": { - "maxy": "100", - "title": "Humidity Hall 1", - "miny": "0", - "samples": "25", - "table": "humidities", - "type": "line", - "columns": [ - "Lagarto-SWAP.SWAP.Humidity" - ] - }, - "temperatures": { - "maxy": "40", - "title": "Temperature Hall 1", - "miny": "10", - "samples": "25", - "table": "temperatures", - "type": "line", - "columns": [ - "Lagarto-SWAP.SWAP.Temperature" - ] - } } -} \ No newline at end of file +}