var h = new Graph(200,120,'#0000FF',67,0,0,false);
h.addRow(72,70,70,69,69,69,68,68,68,68,68,68,68,68,68,68,68,68,68,68,68,68,68,68,68,-999,-999,-999,-999,-999,-999,-999,-999,-999,72,72,72,72,72,72,72,72,72,72,72,72,72,72);
h.scale = 1;
h.setTime(20,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


