var h = new Graph(200,120,'#FF0000',13,0,0,true);
h.addRow(15.5,15,14.3,13.9,13.9,14.6,15.3,15.4,15.2,15,14.6,14.9,15.2,14.6,14.9,14.9,14.7,15.3,15.8,15.3,15.3,16,16.1,15.6,15.3,15.2,15.4,14.9,15.3,15.7,15.8,16,16.2,16.4,15.7,16,16.1,16.8,17.8,18.1,17,15.4,15.4,15.7,15.9,16.5,16.4,15.9);
h.scale = 1;
h.setTime(05,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

