var h = new Graph(200,120,'#000000',42,0,0,false);
h.addRow(43,43,43,43,43,43,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,43,43,43,43,43,43,43,44,44,44,44,44,44,45,45,45,45,45,44,44);
h.scale = 1;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

