var h = new Graph(200,120,'#000000',29,0,0,true);
h.addRow(33,33,33,33,34,34,35,36,38,39,40,41,42,42,43,43,43,44,44,44,44,45,45,45,46,46,46,46,47,47,46,46,45,44,43,40,39,38,36,35,33,31,30,30,30,31,30,30);
h.scale = 3;
h.setTime(17,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


