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

