var h = new Graph(200,120,'#FFFF00',44,0,0,false);
h.addRow(45.1,45.5,45.7,45.7,45.7,45.5,45.9,46,45.7,45.3,45.1,46,46.2,46.4,45.1,45.9,45.7,46.6,48.2,48,47.7,47.8,48.9,49.1,49.8,49.8,49.8,50.2,50.2,50.2,50.4,50.7,51.6,51.8,51.1,51.1,51.1,51.6,51.4,51.8,51.6,52.2,53.1,53.4,53.6,53.1,53.2,53.4);
h.scale = 2;
h.setTime(02,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


