var h = new Graph(200,120,'#FF0000',0,1,0,false);
h.addRow(79,76,78,72,79,79,88,92,85,73,73,66,90,82,96,94,91,92,96,94,91,77,89,88,70,97,108,77,64,-999,61,57,71,81,48,42,69,64,72,0,0,0,0,0,0,0,0,0);
h.scale = 45;
h.setTime(21,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();


