var h = new Graph(200,120,'#0000FF',4,0,0,true);
h.addRow(6.1,6.2,6.1,5.6,5.5,5.7,6,6.8,8,9.7,8.9,8.6,8.9,9.4,8.1,8,7.3,5.9,6.9,7.1,5.6,5.3,5.4,4.5,4.9,4.8,4.5,4.7,4.6,5.8,6.9,8.8,8.9,8.4,8.4,8,8.2,8.4,8.4,8.2,8.1,8,7.9,8,8.2,8,7.9,8.2);
h.scale = 1;
h.setTime(04,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

