var h = new Graph(200,120,'#FF0000',59,0,0,true);
h.addRow(81,85,86,86,88,91,88,81,76,73,72,71,71,68,69,69,68,69,69,65,63,65,65,63,61,60,61,62,65,68,70,73,77,78,73,76,77,81,86,87,80,72,72,75,77,81,81,79);
h.scale = 6;
h.setTime(05,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

