var h = new Graph(200,120,'#FF0000',56,0,0,true);
h.addRow(75,69,73,70,74,74,74,66,64,64,59,64,61,63,61,61,64,69,70,69,68,64,63,65,66,62,58,57,60,58,59,58,59,62,60,62,58,60,65,64,67,68,68,67,68,70,72,72);
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();


