var h = new Graph(200,120,'#C0C0C0',-8,0,0,true);
h.addRow(-0.6,-1.1,-0.1,-0.1,-0.6,4,3.7,4.6,1.7,2,-1.3,2.2,-0.1,-0.6,-2.1,-2.9,-2.4,-4.7,-4.4,-6.5,-6.5,-6.7,-4.6,-4.7,-5,0,5.5,6.1,5.9,4.2,4.8,4.8,6.2,7.3,6.6,8.2,7.6,7,8.4,8.7,8.5,7.1,6.2,-999,5.2,5.5,4.8,5);
h.scale = 3;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


