var h = new Graph(200,120,'#FF0000',0,1,0,true);
h.addRow(187,188,188,189,189,197,198,196,200,203,212,220,215,218,218,217,222,228,229,230,224,228,230,229,229,228,233,228,232,230,232,241,232,228,234,231,234,236,239,247,239,235,242,238,225,222,219,200);
h.scale = 45;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind direction: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "&#176;";
h.build();

