var h = new Graph(200,120,'#000000',5,0,0,true);
h.addRow(6.7,6.5,6.8,6.8,6.9,7.3,7.1,7.9,9.5,10.3,12.1,12.8,13.4,13.6,13.4,13.6,13.9,13.9,13.8,14,13.8,14,14.3,14.3,14.5,14.5,14.6,15.1,15.3,15.7,15.7,16,16.1,16.2,16.9,16,15.8,14.8,12.6,10.8,9.3,8.6,7.5,7.4,6.4,5.7,6.7,5.8);
h.scale = 2;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

