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