var h = new Graph(200,120,'#0000FF',-22,0,0,true);
h.addRow(-19.7,-19.9,-20.2,-20.5,-20.4,-19.8,-19.5,-19.7,-20,-20,-18.9,-15.7,-12.8,-11.4,-10.3,-9.4,-8.8,-8,-7.7,-7.7,-7.5,-7.5,-7.6,-7.6,-7.7,-7.9,-7.8,-7.6,-7.4,-7.2,-7,-6.9,-6.8,-6.9,-7.1,-7.5,-7.7,-8,-8.2,-8.5,-8.9,-9.1,-9.3,-9.5,-9.8,-9.9,-9.7,-9.5);
h.scale = 3;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperatur utomhus senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = " &#176;C";
h.build();


