var h = new Graph(200,120,'#C0C0C0',9,0,0,true);
h.addRow(13,11,11,10,10,11,13,16,16,13,11,11,11,11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,13,13,13,13,13,15,15,20,21,-999,22,23,23,22);
h.scale = 3;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


