var h = new Graph(200,120,'#000000',0,1,0,false);
h.addRow(40,33,38,36,35,44,35,38,32,34,31,30,32,40,36,29,32,40,37,36,36,41,39,39,40,30,29,36,41,44,41,40,40,33,33,30,43,40,35,42,43,39,35,36,35,35,34,28);
h.scale = 45;
h.setTime(23,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();


