var h = new Graph(200,120,'#FFFF00',21,0,0,true);
h.addRow(85,86,87,88,89,89,89,89,90,90,91,91,90,90,90,89,81,62,62,49,46,40,39,39,38,33,32,36,31,28,30,30,28,23,24,23,22,33,40,42,39,56,63,69,72,75,73,74);
h.scale = 14;
h.setTime(01,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


