var h = new Graph(200,120,'#000000',0,1,0,true);
h.addRow(322,297,310,313,295,283,270,245,244,238,261,270,245,250,238,234,217,171,181,168,166,167,156,159,158,166,166,161,156,162,163,165,155,153,152,155,133,120,116,125,148,152,151,119,169,145,152,169);
h.scale = 45;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

