var h = new Graph(200,120,'#FF0000',9998,0,0,true);
h.scale = -2200;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


