var h = new Graph(200,120,'#000000',14,0,0,true);
h.addRow(16.1,16.2,16.3,16.4,16.2,16.4,16.3,16.3,16.2,16.1,15.9,15.9,16,15.8,16,15.9,16.1,16.6,17.6,18.1,18.1,18.3,17.3,17.3,15.1,15.2,15.8,15.4,15.1,15.4,15.8,16.1,16.6,14.5,16.6,17.3,16.9,16.3,16,15.5,15.5,15.6,15.9,16.2,16.2,16.2,16.3,16.4);
h.scale = 1;
h.setTime(22,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


