var h = new Graph(200,120,'#0000FF',24,0,0,false);
h.addRow(37.4,36.5,36.9,36.3,35.6,36,35.8,36.9,37.6,38.3,37,36.5,36.9,36.9,37.4,37.4,37.6,38.5,37.6,37.2,38.5,38.3,36.9,35.8,37.8,37.9,37.4,36,34.9,34.7,33.1,32.4,31.6,31.1,31.1,31.6,30.6,28.4,24.8,27.7,27.5,29.8,27.9,30.4,32,32.4,31.8,30.9);
h.scale = 3;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

