var h = new Graph(200,120,'#000000',-2,0,0,true);
h.addRow(3.9,4.1,4.1,2.9,2,2.3,1.7,1.5,1.4,1.7,-0.7,0.3,-0.3,-0.7,-0.2,-0.4,-0.2,-0.3,-0.2,-0.4,-0.7,-0.8,-0.2,0.1,0.1,0,0.1,0.1,0.4,0.5,1.4,0.9,1.4,1.4,0.6,1.3,2.6,4.4,4.9,5.2,4.8,4.5,4.1,4,4.3,5,5.1,5.3);
h.scale = 1;
h.setTime(08,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

