var h = new Graph(200,120,'#000000',40,0,0,true);
h.addRow(90,91,91,91,92,92,92,92,92,92,92,92,92,92,92,93,93,92,92,92,92,92,92,92,92,90,81,52,42,47,46,44,41,-999,41,42,47,55,62,68,73,77,79,79,80,81,82,82);
h.scale = 10;
h.setTime(23,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

