var h = new Graph(200,120,'#FF0000',42,0,0,false);
h.addRow(51.8,51.8,51.4,49.8,48.6,49.3,46.4,47.8,45.9,44.8,44.6,44.6,44.1,44.4,43.5,44.2,44.2,42.6,45.7,44.2,45.3,47.8,48.7,51.1,50.5,50.4,50.2,49.6,49.3,48.7,48.7,48.4,48.4,48.7,49.1,49.5,48.7,48.7,47.5,46.8,47.7,48.2,48.2,48.6,47.8,49.3,50.5,51.3);
h.scale = 2;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

