var h = new Graph(200,120,'#0000FF',47,0,0,false);
h.addRow(63.5,63.5,63.9,63.1,62.8,61.5,60.3,57.9,56.7,56.1,56.1,54.1,56.5,52.9,52.5,52.5,55.9,50.5,50.5,53.6,49.8,51.1,51.8,50.4,48.4,49.5,49.5,51.6,52.2,53.2,52.9,53.4,53.2,53.8,53.6,54.1,54.1,54.3,54.7,55.4,55.8,56.7,58.3,65.8,60.6,59,56.3,56.1);
h.scale = 4;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

