var h = new Graph(200,120,'#8080FF',-14,0,0,false);
h.addRow(-7.8,-6.9,-7.4,-7.6,-7.9,-9.1,-9.7,-9.8,-10.6,-11,-11.3,-12.6,-13.1,-10.4,-6.6,-10.6,-12.4,-12.3,-13.1,-13.1,-13.1,-13.1,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-10.9,-12.1,-7.6,-8.8,-8.5,-8.2,-8.9,-9,-8.7,-8.4);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


