var h = new Graph(200,120,'#FF0000',2,0,0,false);
h.addRow(15.6,14.4,13.8,14,12.2,12.2,12.2,12.4,12,14,13.5,13.6,12.4,11.8,11.3,10.4,9.3,10.8,9.1,8.1,7.2,6.6,4.1,3,4.1,5.5,5.4,5.4,6.1,5.2,5.2,5.2,5.2,5.4,5,5.2,5.5,5.9,5.7,5.7,5.9,6.8,6.8,6.6,5.9,5.5,5.5,5.5);
h.scale = 3;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

