var h = new Graph(200,120,'#FF0000',-3,0,0,true);
h.addRow(1.6,1.9,1.5,1.7,1.9,1.8,1.6,1.8,1.7,1.6,1.7,1.6,1.6,1.5,1.4,1.4,1.4,1.2,1,1.2,1.2,1.1,1.1,1.1,1.4,1.5,1.6,2,2.3,1.9,2.4,2.7,2.3,2.2,2,1.4,1.6,1.3,0.7,0.7,0.4,0.2,0,-0.9,-1.7,-1.4,-1,-0.9);
h.scale = 1;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


