var h = new Graph(200,120,'#0000FF',11,0,0,false);
h.addRow(14.7,14.4,14.9,14.2,14.2,14.2,14.2,14,13.5,13.3,13.1,13.1,12.7,13.1,12.7,13.5,14.2,14.4,14.4,14.5,14.5,14.9,14.5,14.5,14.5,14.2,12.9,13.1,13.6,14.2,14.5,14.7,14.5,14.4,13.1,13.5,13.5,12.9,11.8,12.2,12.4,12.7,13.1,13.5,13.3,13.6,14.2,14.7);
h.scale = 1;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

