var h = new Graph(200,120,'#8080FF',-2,0,0,false);
h.addRow(19.2,19.2,19.2,19.2,16,15.6,15.8,13.6,10,8.1,4.8,3.6,4.5,4.5,3.4,2.3,2.1,2.1,1.9,1.4,1.2,0.5,-0.2,-0.9,-0.4,-0.4,-0.8,-0.9,-0.8,-0.6,-0.6,-0.6,-0.2,-0.8,-0.8,-0.8,-0.8,-0.8,-0.8,-0.8,-0.8,4.1,4.1,4.1,5.4,5.4,5.4,5.4);
h.scale = 4;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


