var h = new Graph(200,120,'#FFFF00',-8,0,0,true);
h.addRow(-2,-2.2,-2.3,-2.5,-2,-2.3,-2.1,-1.7,-1.9,-1.7,-1.6,-1.7,-1.2,-1.7,-1.6,-1,-1.6,-2.1,-2.4,-3,-1.8,-3,-2.5,-2.5,-2.8,-3.1,-3.6,-4,-6.3,-6.6,-6.9,-6.5,-6.6,-6.5,-6.4,-6.3,-6.4,-6,-5,-4.3,-3.4,-2.9,-2.2,-1.2,-0.8,-0.1,0.1,0.4);
h.scale = 1;
h.setTime(15,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


