var h = new Graph(200,120,'#000000',58,0,0,true);
h.addRow(66,74,80,82,82,83,85,89,94,94,95,97,96,98,98,98,98,98,98,98,95,94,93,89,87,86,85,89,92,96,98,98,98,98,98,98,98,98,97,94,96,98,98,97,91,79,67,59);
h.scale = 8;
h.setTime(16,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


