var h = new Graph(200,120,'#C0C0C0',7,0,0,true);
h.addRow(7.8,8.7,9.5,10.1,9.9,9.7,9.4,9.4,9,8.6,9.5,11.5,12.6,11.5,12.2,9.9,9.5,10.4,9.7,11,11.6,12.5,12.1,12.5,12.7,12.9,12.9,13.3,13.2,13,12.8,12.6,12.4,12.6,11.4,11.4,11.7,11.4,11.4,11,11,10.9,10.7,10.9,10.6,10.1,10.6,10);
h.scale = 1;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


