var h = new Graph(200,120,'#008000',66,0,0,true);
h.addRow(67,69,71,74,77,79,80,80,79,79,78,78,79,80,81,83,84,85,85,84,84,84,83,81,79,77,76,76,75,74,74,73,75,76,75,76,76,75,74,72,71,70,69,70,70,70,72,73);
h.scale = 4;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

