var h = new Graph(200,120,'#FF0000',16,0,0,true);
h.addRow(17.2,17.5,17,17.3,17.3,17.5,17.4,17.7,17.7,17.5,17.7,17.9,17.9,18.2,18.1,18.1,18.3,18.6,18.7,18.6,18.2,18.1,18,18,17.8,18.1,17.7,17.5,17.4,17.7,17.6,17.3,16.9,17,17.8,19.2,20.8,20.6,17.5,20.6,19.7,20.2,19.3,19.1,19.4,19.5,19.4,18.6);
h.scale = 1;
h.setTime(14,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

