var h = new Graph(200,120,'#0000FF',35,0,0,true);
h.addRow(49,52,53,53,52,52,52,52,52,52,50,48,48,47,47,47,47,47,45,43,42,41,39,38,37,38,36,37,38,40,40,40,40,40,40,41,41,42,42,42,43,43,43,43,43,43,43,43);
h.scale = 3;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

