var h = new Graph(200,120,'#8080FF',17,0,0,false);
h.addRow(18,19,19,19,20,23,24,24,22,22,21,21,21,21,21,21,21,21,21,21,22,22,22,22,23,23,22,22,22,22,22,22,23,22,22,22,22,22,22,22,22,21,21,21,20,20,20,20);
h.scale = 1;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


