var h = new Graph(200,120,'#FF00FF',4,0,0,false);
h.addRow(5.7,5.7,6.1,6.3,5.7,6.3,5.7,7,7,6.4,4.8,4.6,4.6,6.3,5.9,7.2,6.8,6.8,7.3,7.7,7.7,7.9,9,9.5,11.3,13.5,14.7,17.1,17.8,16.9,16,14.7,13.3,12.9,14.9,14.9,13.8,13.6,13.3,14.9,14.2,14.2,15.4,15.8,15.4,15.8,16.5,17.2);
h.scale = 3;
h.setTime(15,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

