var h = new Graph(200,120,'#FF8000',-9,0,0,false);
h.addRow(1.4,0.7,0.1,-0.2,1,1.2,0.7,-0.4,0,-0.4,-0.6,-0.8,-1.1,-1.8,-2,-2.2,-999,-2.7,-2.7,-3.3,-4,-4,-4.2,-5.1,-6.2,-6.5,-6.9,-7.4,-7.8,-7.1,-7.1,-6.9,-6.5,-6.2,-6.2,-6.2,-6.2,-6.5,-6.3,-6.2,-6.2,-5.8,-5.3,-4,-3.5,-3.5,-3.6,-2.9);
h.scale = 2;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


