var h = new Graph(200,120,'#8080FF',36,0,0,false);
h.addRow(37,41,40.3,48.9,63.7,64,57,51.1,43.5,49.6,50.5,57.9,60.3,68.5,56.1,59.5,64.8,66.2,68.9,70.3,72.1,70.5,72.3,73.2,73.6,73.2,72,72.3,73,73,72.7,72.9,73,74.1,49.6,49.1,43.7,43.3,44.2,43,40.6,45,44.1,40.1,41.7,39,40.3,41);
h.scale = 7;
h.setTime(15,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

