var h = new Graph(200,120,'#000000',20,0,0,false);
h.addRow(49,46,43,38,35,29,26,24,-999,24,-999,-999,22,23,21,25,-999,30,37,39,41,45,49,49,52,58,63,67,69,72,75,76,78,79,81,83,84,85,86,87,-999,-999,90,88,62,-999,29,24);
h.scale = 14;
h.setTime(12,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

