var h = new Graph(200,120,'#000000',4,0,0,true);
h.addRow(5.1,5,5.2,5.3,6.5,8.4,8.2,7.2,7.1,6.6,6.4,6.5,6.3,6.2,6.1,5.9,5.4,5.7,5.7,6.3,5.7,6.1,7.1,6.5,5.9,5.9,5.8,5.6,6.2,6.2,5.8,6,5.8,5.7,5.6,5.6,5.8,5.9,6.6,6.6,5.7,6.7,7.2,6.7,6.7,6.7,6.4,6.5);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

