var h = new Graph(200,120,'#000000',23,0,0,true);
h.addRow(31,31,31,31,29,29,28,28,28,28,27,25,28,28,28,27,26,25,26,26,24,24,24,24,24,24,24,25,25,25,25,25,26,26,26,26,26,26,26,26,26,25,24,24,24,24,24,24);
h.scale = 1;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

