var h = new Graph(200,120,'#FFFF00',5,0,0,true);
h.addRow(11.2,11.3,11.3,11.3,10.9,10.6,10.8,10,10,10.2,10.3,10.6,11,12.5,14.3,15.8,16.3,12.9,12.4,10.8,10.3,9.2,8.7,9.4,8.6,8,8.2,9.4,8.1,8.8,8.4,8,7.9,7.5,7.3,6.7,5.9,5.6,6.7,7.2,7.4,11.2,11.8,12.4,12.6,13,12.9,12.5);
h.scale = 2;
h.setTime(01,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


