var h = new Graph(200,120,'#FF0000',-9,0,0,true);
h.addRow(-3.4,-3.5,-3.5,-3.2,-3.4,-3.3,-3.3,-3.4,-3.6,-3.7,-3.9,-4.1,-4.1,-5.6,-6.2,-6.4,-6.7,-6.8,-7,-7.1,-7.1,-7.1,-6.9,-5.9,-5.8,-5.9,-6.1,-6.2,-6.4,-6.4,-6.5,-6.5,-6.5,-6.6,-6.6,-6.8,-6.6,-6.6,-7.5,-7.9,-8,-8.1,-8.1,-8.1,-8.1,-8,-8,-8);
h.scale = 1;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


