var h = new Graph(200,120,'#FF0000',16,0,0,true);
h.addRow(18.9,18.7,19.1,19,18.3,18.3,17.8,17.3,17,16.5,16.9,17.2,17.8,18.3,18.6,18.4,18.3,18.3,18.2,18.1,18.2,18.2,18.1,18.2,18.1,18.3,18.1,17.8,17.5,17.6,17.9,18.8,20.4,20.9,21.2,20.7,21.6,19.7,19,20.4,19,19.2,20,20,19.7,19.4,18.9,19.1);
h.scale = 1;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

