var h = new Graph(200,120,'#FFFF00',12,0,0,false);
h.addRow(16.1,16,16.2,15.9,15.8,15.7,15.7,15.5,15.6,15.4,15.5,15.4,15.2,15.6,18,20,19.7,19,17.8,15.1,16.9,15.6,14.8,15.3,14.2,13,13.9,14.6,15.4,15.1,15.8,15.1,14.8,14.4,15.3,15.9,14.9,16.5,16.6,15.9,16.1,16.6,16.8,16.8,17.1,16.6,17,16.9);
h.scale = 1;
h.setTime(00,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


