var h = new Graph(200,120,'#000000',-4,0,0,true);
h.addRow(-0.4,-0.3,0.2,0.5,1,1.8,2.4,0.5,-0.4,-1,-1.3,-0.5,-0.2,-0.5,-0.8,-2,-2.6,-2.3,-2.2,-2.4,-2.2,-2.5,-2.5,-2.6,-3.1,-3.3,-3.3,-3.3,-3.3,-3.3,-3.1,-2.6,-1.8,-1.3,-0.6,-0.1,0.3,0.7,0.6,1,1.5,1.7,1.9,2.3,2.6,2.5,2.7,2.9);
h.scale = 1;
h.setTime(06,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

