var h = new Graph(200,120,'#FF0000',8,0,0,false);
h.addRow(15.8,13.3,12.9,13.6,13.1,11.8,10.9,10,9.1,9.9,12.2,13.5,14.5,14.7,14,14.5,14.5,14.7,14.2,14.4,13.6,14.4,16,16.2,16.3,16.3,17.1,17.4,16.9,16.7,17.4,17.4,17.1,17.6,18.1,18.1,19.2,19.8,20.7,21.6,22.5,23.5,23.4,23,23.4,24.8,22.8,20.1);
h.scale = 3;
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();


