var h = new Graph(200,120,'#000000',20,0,0,false);
h.addRow(28.4,-999,28.6,28.4,28.9,28.8,-999,-999,34.7,38.3,39.2,33.3,28.9,28,26.8,26.8,28,28.6,26.2,26.1,23.9,24.3,-999,-999,24.3,24.3,24.1,21.6,20.5,-999,21.7,26.2,28.2,29.1,29.7,28.8,28.2,28.2,-999,-999,30.4,31.6,31.8,31.8,32,32.4,32.7,33.1);
h.scale = 4;
h.setTime(05,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

