var h = new Graph(200,120,'#FF0000',1,0,0,true);
h.addRow(15.4,11.7,12.7,9.3,11.3,8.6,6.7,7.8,8.3,8.6,8.2,8,8.8,9.4,9.4,9.7,10.2,10,9.8,9.5,8.6,8.2,6.9,6,5.3,4.6,3.9,4,4.1,3.7,3.7,3.2,3,2.6,2,1.8,2,3.6,5.1,6.5,7.9,8.7,9.8,10.4,11.1,11.7,11.8,15.1);
h.scale = 3;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

