var h = new Graph(200,120,'#C0C0C0',4,0,0,true);
h.addRow(8.8,9,9.1,9.5,9.7,9.8,9.7,9.8,9.4,9.1,9.1,8.9,8.7,8.8,9.2,8.9,8,7.5,7.1,7.4,7.8,7.8,7.4,7.1,7.1,6.9,6.8,6.4,6.3,6.2,6.5,7.4,8.3,8.9,10,10.2,10.9,11.1,10.2,9.2,7.1,6.8,6.3,6,5.9,4.9,5.1,4.6);
h.scale = 1;
h.setTime(16,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

