var h = new Graph(200,120,'#FF0000',45,0,0,false);
h.addRow(46.8,46.8,46.9,47.3,47.7,48,48.4,48.7,49.1,50,50,50.2,50.2,50,50,49.8,49.8,49.6,49.6,49.6,49.6,49.5,49.5,49.3,49.3,49.1,49.1,48.9,48.6,48.2,48,47.3,47.1,47.1,46.9,46.8,46.8,46.6,46.6,46.4,46.4,46.2,46.2,46.4,46.2,46.4,46.6,46.9);
h.scale = 1;
h.setTime(09,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

