var h = new Graph(200,120,'#FF00FF',0,1,0,false);
h.addRow(8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,4,4,4,4,4,4,4,4,4,4,5,7,6,6,6,7,6);
h.scale = 45;
h.setTime(18,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

