var h = new Graph(200,120,'#000000',18,0,0,true);
h.addRow(22.6,22.9,22.6,21.4,20.3,20.7,20.6,20.8,20.6,20.8,20.9,20.9,20.5,20.6,20.5,20.7,20.6,20.7,20.7,21,21.1,21.1,21.6,21.5,21.7,21.7,21.7,21.8,22.1,22.7,23.1,24.1,24.8,23.8,21.6,21.1,20.7,20.4,19.9,21.1,19.4,19.8,20.3,20.6,21.3,20.1,20.1,19.6);
h.scale = 1;
h.setTime(17,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


