var h = new Graph(200,120,'#0000FF',46,0,0,false);
h.addRow(51.4,52.5,53.2,53.1,51.8,52.9,53.1,52.7,50.4,49.5,50.7,50.7,50.7,52,50.5,50.2,50.4,48.7,47.5,47.3,47.7,49.5,51.1,53.2,55.2,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999);
h.scale = 2;
h.setTime(20,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


