var h = new Graph(200,120,'#FF00FF',22,0,0,false);
h.addRow(25,25.3,25,24.3,23.9,23.7,23.7,23,23.4,25,25.9,28,28,29.1,29.5,30.6,30.7,30.2,28.4,28.2,27.9,29.1,29.3,29.3,30.7,30.7,30,29.8,30.4,29.1,29.3,30,29.8,29.5,29.3,29.1,29.3,31.1,33.1,34.7,30.2,25.7,23.9,24.3,23.7,24.6,25,24.8);
h.scale = 2;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

