var h = new Graph(200,120,'#FF0000',0,1,0,false);
h.addRow(141,140,146,147,143,138,131,134,130,131,128,134,142,138,143,149,151,147,144,143,156,153,150,143,154,157,161,181,175,176,182,180,180,178,166,180,188,202,203,199,207,213,211,217,216,217,224,219);
h.scale = 45;
h.setTime(02,00,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

