var h = new Graph(200,120,'#FF0000',-14,0,0,true);
h.addRow(-13.1,-12.9,-12.9,-12.4,-13.1,-13,-12.2,-11.8,-11.3,-11.4,-11.4,-11.8,-12.2,-11.3,-10.8,-10.6,-10.5,-10.6,-10.7,-10.6,-10.4,-10.4,-10.2,-10.3,-10.4,-10.3,-10,-9.7,-9.4,-9.1,-9.2,-9.4,-9.2,-9.2,-8.8,-8.9,-8.5,-8.7,-9.6,-9.8,-9.8,-9.7,-9.7,-9.6,-9.4,-9.3,-9.2,-9.3);
h.scale = 1;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


