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