var h = new Graph(200,120,'#FF0000',0,1,0,true);
h.addRow(273,273,275,266,260,265,255,261,252,256,250,250,249,245,247,248,225,229,194,177,178,178,180,183,186,197,193,193,183,185,182,185,186,188,189,190,205,219,240,234,204,185,183,188,196,191,200,194);
h.scale = 45;
h.setTime(07,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

