var h = new Graph(200,120,'#000000',79,0,0,false);
h.addRow(86,88,88,86,87,89,90,91,91,89,89,86,89,91,90,91,92,91,89,90,92,90,90,91,88,93,95,95,96,95,95,94,94,93,93,89,85,80,92,-999,-999,-999,-999,-999,-999,-999,95,95);
h.scale = 3;
h.setTime(17,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

