var h = new Graph(200,120,'#0000FF',16,0,0,true);
h.addRow(19.4,19.2,19.1,18.9,18.8,18.7,18.6,18.3,18.3,18,18,18.1,18.1,18.2,17.9,17.5,17.3,17.3,17.3,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.1,17.1,17.1,17.1,17.1,17.2,17.5,17.9,18.4,19,19.3,19.3,20,20.1,20.7,21.1,21.2,21.2,21.4,21.5,21.2);
h.scale = 1;
h.setTime(14,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperatur utomhus senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = " &#176;C";
h.build();

