var h = new Graph(200,120,'#0000FF',0,0,0,true);
h.addRow(0,0,0,0,0,0,0,0,0,0,0,0,0,0.3,0.8,0.9,1.6,2.2,1.9,2,2.1,2,1.9,2.2,2.2,2.1,2.3,2.3,2.5,2.7,2.8,2.9,3,3,3.1,2.4,2.5,2.5,2.7,2.1,1.8,2,2.7,2.3,2.2,2.3,2.4,3.2);
h.scale = 1;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Genomsnittlig vindhastighet senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = "m/s";
h.build();


