var h = new Graph(200,120,'#FF0000',35,0,0,true);
h.addRow(47,47,47,47,46,46,45,45,45,45,45,45,45,46,46,46,46,46,46,47,48,46,43,42,39,37,36,37,37,38,38,38,38,38,38,38,38,38,38,38,38,38,39,40,42,44,43,42);
h.scale = 2;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

