var h = new Graph(200,120,'#000000',-1,0,0,true);
h.addRow(6.1,6,5.7,5.1,5.6,4.6,4.3,4.3,4.1,4.1,3.5,3,3.7,4,4.7,4.9,4.6,2.7,2.1,1.6,1.7,1.8,1.2,2.7,3,3,3.4,3.1,3.3,4.4,3.5,2.9,1,0.1,1.8,0.3,0.2,0.8,2.2,2.4,3,3.4,2.2,3,4.1,4.4,5.7,6);
h.scale = 1;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

