var h = new Graph(200,120,'#FF0000',-8,0,0,false);
h.addRow(-5.9,-6.1,-5.7,-5.6,-5.6,-5.3,-5.2,-5.1,-4.7,-4.6,-4.4,-4.2,-4,-4.1,-4.3,-4.2,-4.3,-4.1,-3.8,-3.6,-3.4,-3.3,-2.8,-2.4,-3.5,-3.8,-3.9,-3.9,-4,-3.5,-3.5,-3.8,-4.5,-5.1,-5.2,-5.5,-5.7,-6.1,-6.6,-7.2,-7.2,-6.9,-6.8,-6.3,-6.2,-6.4,-6.1,-5.7);
h.scale = 1;
h.setTime(03,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

