var h = new Graph(200,120,'#FF00FF',6,0,0,false);
h.addRow(-999,-999,-999,14.2,15.1,12.9,10.8,10.4,10,10.2,11.1,12.6,14,14.9,14.7,13.6,12.7,12,11.8,11.1,10.6,11.7,12.2,10.9,9.3,8.1,8.6,7.9,7.2,7.7,8.8,9.5,11.3,12.2,12.7,14,15.6,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999);
h.scale = 2;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


