var h = new Graph(200,120,'#000000',37,0,0,true);
h.addRow(51,52,49,44,44,44,38,43,40,42,39,42,38,44,45,46,46,49,51,51,53,54,55,58,59,68,71,72,73,73,72,73,76,76,76,76,75,77,83,82,87,87,87,83,75,61,59,55);
h.scale = 10;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

