var h = new Graph(200,120,'#FF0000',0,1,0,true);
h.addRow(28,20,9,34,34,42,41,32,40,35,41,36,32,35,25,23,20,22,26,31,25,26,23,31,33,27,19,13,25,33,41,53,32,44,34,33,4,3,25,28,26,349,35,45,12,36,16,59);
h.scale = 45;
h.setTime(12,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

