var h = new Graph(200,120,'#FF0000',16,0,0,true);
h.addRow(48,52,54,61,69,70,70,70,71,71,71,71,71,71,70,68,66,64,62,62,63,65,66,64,62,55,44,35,34,34,30,26,26,24,23,22,20,23,19,19,17,17,17,19,17,20,23,23);
h.scale = 11;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

