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

