From 3fe1e4fb73e57ecf85b8c7da821258c5dd0690d0 Mon Sep 17 00:00:00 2001 From: dberenguer Date: Mon, 4 Jan 2016 09:10:42 +0100 Subject: [PATCH] Preparing for new branch --- lagarto/lagarto-max/config/graphs.json | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) 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 +}