var h = new Graph(200,120,'#FFFF00',0,1,0,true);
h.addRow(328,342,338,338,344,344,334,342,325,321,305,270,285,294,291,283,271,280,285,263,265,287,253,250,251,256,270,247,247,250,230,255,253,264,279,271,271,254,262,279,298,303,283,305,329,338,337,342);
h.scale = 45;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();


