var h = new Graph(200,120,'#FF0000',-6,0,0,true);
h.addRow(4.7,5.6,5.9,7.3,9.1,9.3,9.3,9.3,9.5,9.6,9.6,9.8,9.8,9.8,9.6,9,8.6,8.1,7.4,7.2,7.3,7.7,7.8,7.4,6.8,5.4,3.9,1.2,1.1,1.1,-0.1,-1.5,-1.2,-1.4,-1.7,-1.1,-3.2,-1.9,-3.3,-3.2,-4.3,-4.7,-5,-3.4,-5.2,-3.6,-1.9,-1.7);
h.scale = 3;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

