var h = new Graph(200,120,'#000000',39,0,0,true);
h.addRow(40,40,40,40,40,40,40,40,41,41,41,42,43,42,42,42,42,43,43,43,43,43,44,44,44,44,44,45,45,45,45,45,45,45,46,46,46,46,46,46,45,44,43,43,42,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();

