var h = new Graph(200,120,'#FF0000',45,0,0,true);
h.addRow(67,67,67,67,66,66,64,63,64,64,66,65,65,65,65,65,65,65,65,55,51,46,48,49,48,47,48,50,53,55,54,50,52,56,51,53,56,60,58,60,64,66,67,67,67,67,68,68);
h.scale = 4;
h.setTime(03,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

