var h = new Graph(200,120,'#0000FF',59,0,0,false);
h.addRow(73,73,74,74,74,74,73,72,71,70,70,68,68,67,64,61,65,63,65,66,67,64,62,62,60,60,60,62,62,62,62,62,61,61,61,61,61,61,61,61,61,61,62,65,68,70,69,70);
h.scale = 3;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

