var h = new Graph(200,120,'#000000',0,1,0,true);
h.addRow(238,235,231,232,231,234,233,237,236,229,233,231,234,231,229,228,229,226,231,232,234,236,234,237,238,237,236,232,227,231,237,241,240,245,241,242,244,245,248,235,232,240,235,235,220,232,203,211);
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();

