var h = new Graph(200,120,'#0000FF',25,0,0,true);
h.addRow(55.6,52.9,55.9,56.7,57.7,58.1,58.8,58.8,55.6,54.1,56.1,56.1,43.2,35.4,33.1,33.8,34.7,36,32.2,33.1,34.5,29.5,30.4,31.1,30.2,29.7,27.9,26.2,29.7,29.5,31.5,31.3,30.2,31.8,36.3,37,37.8,39.4,40.1,39.7,40.6,41.5,41.2,40.8,40.3,41,41.2,40.5);
h.scale = 7;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

