var h = new Graph(200,120,'#FF0000',3,0,0,false);
h.addRow(8.4,8.2,8.3,8,7.5,7.2,7.5,7.4,7.3,6.9,6.9,6.8,7.3,7.1,7,7.1,6.8,7.1,6.7,7.3,7.9,7.2,7.6,8.3,7.7,7.4,6.4,6.4,6.3,5.9,5.9,5.2,4.2,4,4,3.7,3.9,4,3.8,4.2,4.4,4.1,4.4,4.5,4.5,4.8,5.3,5.5);
h.scale = 1;
h.setTime(00,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

