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

