var h = new Graph(200,120,'#FF0000',-7,0,0,true);
h.addRow(-0.3,-0.1,0.2,0.6,0.7,1.1,1.7,2.2,2,1.9,2,2,2,2,2,2,2,2,1.9,1.8,1.7,1.7,1.7,1.7,1.7,1.7,1.8,1.6,1.3,1.2,1,0.9,1,0.6,0.1,-0.4,-1,-1.5,-2.3,-3.5,-4.5,-5.1,-5.6,-5.6,-5.8,-5.4,-5.3,-5.3);
h.scale = 2;
h.setTime(07,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


