var h = new Graph(200,120,'#FF0000',68,0,0,true);
h.addRow(83,84,84,85,85,85,85,84,84,84,82,79,74,71,71,70,69,69,70,70,71,74,76,77,80,82,83,84,85,86,87,88,89,89,89,89,88,86,79,71,70,71,74,78,80,80,80,80);
h.scale = 4;
h.setTime(07,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

