var h = new Graph(200,120,'#000000',0,1,0,true);
h.addRow(63,59,58,65,67,62,68,64,57,59,60,58,63,66,62,57,57,60,62,61,61,62,56,61,59,58,59,57,60,59,59,59,60,57,60,61,60,58,60,58,60,58,62,61,60,58,60,60);
h.scale = 45;
h.setTime(16,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();


