var h = new Graph(200,120,'#FF0000',38,0,0,true);
h.addRow(47,49,51,52,52,55,57,59,61,61,64,67,70,73,75,75,75,76,76,76,77,78,78,79,79,80,80,80,79,79,79,80,76,69,64,58,57,51,47,46,41,40,40,39,39,40,41,43);
h.scale = 8;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

