var h = new Graph(200,120,'#000000',5,0,0,true);
h.addRow(6.3,7.3,8.5,8.7,7.5,7.1,7,7.4,8.9,9.1,9.3,10.8,9.2,9,10.1,11.5,11.5,10.5,10.6,11.8,10.8,10.7,10.9,10.8,10.5,10.5,10.3,11.1,11.3,11.6,11.7,12.2,12.2,12.2,12.1,12,12.2,11.9,11.9,11.5,12.1,12.9,13.6,13.7,13.2,12.5,11.2,9.7);
h.scale = 2;
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();


