var h = new Graph(200,120,'#0000FF',11,0,0,true);
h.addRow(18.5,18.4,18.1,17.8,17.9,17.9,17.5,17.5,17,17,17.5,17.5,17.5,16.9,16.4,16.2,16.3,16.2,16.1,16.2,16.1,16.1,16.1,16.1,15.9,15.7,15.6,15.4,15.4,15.4,15.3,15.4,15.5,15,14.7,14.3,13.9,13.2,13.7,13.1,12.6,12,12.3,12.3,12.3,12.3,11.8,12.2);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Daggpunkt senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = " &#176;C";
h.build();

