var h = new Graph(200,120,'#0000FF',24,0,0,true);
h.addRow(26.2,26.1,26.1,26,26,26.1,26,26.1,26.1,26.1,26.1,26.1,26.2,26.2,26.3,26.3,26.3,26.4,26.4,26.4,26.4,26.4,26.3,26.2,26.1,26,25.9,25.9,25.8,25.7,25.6,25.5,25.4,25.4,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.4,25.5,25.5,25.6,25.7,25.7);
h.scale = 1;
h.setTime(14,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperatur inomhus senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = " &#176;C";
h.build();

