var h = new Graph(200,120,'#0000FF',-18,0,0,true);
h.addRow(-10,-10.5,-11.2,-11.8,-12.1,-12.4,-12.7,-13.1,-13.4,-13.6,-13.8,-14,-14.3,-14.7,-14.8,-14.9,-15.3,-15.1,-15.3,-15.9,-15.7,-15.9,-15.9,-16,-16.1,-16.3,-16.3,-16.6,-15.9,-15.3,-13.7,-12.3,-10.2,-9.1,-7.7,-6.2,-3.9,-5.1,-5.3,-6.4,-6.5,-6.5,-4.2,-6.5,-7.1,-7.7,-8.7,-9.5);
h.scale = 3;
h.setTime(18,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


