var h = new Graph(200,120,'#FF0000',48,0,0,false);
h.addRow(70,71,72,71,65,59,54,51,49,49,49,50,50,50,51,52,53,54,55,56,57,58,59,59,60,61,62,62,63,64,65,65,66,67,68,69,70,70,71,71,72,72,73,74,74,74,75,76);
h.scale = 5;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


