var h = new Graph(200,120,'#000000',19,0,0,true);
h.addRow(21,21.9,23.5,25.3,26.1,26.2,25.7,25.5,23.7,21.7,22.6,21,20.5,19.9,23.7,24.4,22.6,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,28.9,28.4,27.7,28,26.1,23.7);
h.scale = 2;
h.setTime(20,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


