var h = new Graph(200,120,'#000000',0,0,0,true);
h.addRow(0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0.2,0.4,0.4,0.4,0.6,0.6,0.8,0.8,0.8,0.6,0.4,0.2,0.2,0.6,0.6,0.6,0.4,0.2,0,0,0,0);
h.scale = 1;
h.setTime(22,30,false);
h.inc =30;
h.skip =12;
h.title = "Wind speed: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "KT";
h.build();


