var h = new Graph(200,120,'#0000FF',39,0,0,false);
h.addRow(70,69,69,67,65,62,57,50,47,45,44,41,45,40,40,43,52,44,45,50,46,48,49,47,44,46,51,59,63,67,68,70,71,73,74,76,77,78,79,81,81,82,83,90,71,66,59,58);
h.scale = 10;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

