var h = new Graph(200,120,'#000000',10,0,0,true);
h.addRow(16.5,16.7,16.6,16.6,16.8,16.7,16.7,16.7,16.7,16.6,16.6,16.6,16.4,16.3,16.3,16.6,16.7,16.7,17,17.5,18,18.6,19.2,20,22.2,22.3,21.8,15.5,13,13.9,13.1,12.2,11.4,-999,11.4,11.2,11.6,12.8,13.7,14.8,16,16.5,16.8,16.5,16.4,16.7,16.7,16.7);
h.scale = 2;
h.setTime(23,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

