var h = new Graph(200,120,'#8080FF',15,0,0,true);
h.addRow(16,17.1,16,16,17.2,17.2,16.9,17.2,17.1,17.1,18.1,18.1,18.7,19.4,19.2,20.3,20.7,20.7,21.2,21.4,21.4,21.6,22.1,21.7,20.7,20.7,20.5,20.8,20.1,20.8,20.8,20.1,19.9,19.4,19.9,20.1,20.7,21.9,23.7,24.3,23.5,23.4,21.6,21.6,22.1,22.1,20.1,21.6);
h.scale = 2;
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();

