var h = new Graph(200,120,'#0000FF',21,0,0,true);
h.addRow(22.5,22.4,22.3,22.2,22.1,22,21.9,21.8,21.8,21.7,21.8,22.1,22.5,22.8,23,23.2,23.4,23.4,23.4,23.4,23.3,23.2,23,22.8,22.6,22.5,22.5,22.5,22.7,22.7,22.6,22.6,22.5,22.4,22.5,22.9,23.2,23.5,23.7,23.6,23.5,23.3,23.1,22.9,22.7,22.5,22.3,22.2);
h.scale = 1;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperatur inomhus senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = " &#176;C";
h.build();


