var h = new Graph(200,120,'#FF0000',4,0,0,true);
h.addRow(7.6,7.2,7.1,7.1,7.4,7.7,7.8,8.1,7.9,8.1,8.1,8,7.6,6.4,5.8,5.8,5.9,5.6,5.3,5.6,5.4,4.9,5.4,6.4,6.2,6.7,7.2,7.1,7.3,7.5,7.8,8,8.2,8.4,8.4,8.4,8.7,8.7,8.6,7.9,6.4,6,6,6.5,7.3,7.6,7.6,7.6);
h.scale = 1;
h.setTime(06,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

