var h = new Graph(200,120,'#000000',36,0,0,true);
h.addRow(41,41,41,41,41,41,41,41,41,41,41,41,41,40,40,40,40,39,38,38,38,38,38,38,38,37,37,37,38,38,38,38,37,37,38,38,39,39,39,40,40,40,41,41,41,42,42,42);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

