var h = new Graph(200,120,'#000000',-18,0,0,true);
h.addRow(-16.4,-16.6,-15.3,-15.4,-15,-15.7,-17.3,-17.1,-17.4,-12.9,-11.3,-11.1,-11.1,-10.1,-9.9,-9.8,-9.3,-9.5,-10.1,-11.1,-13.2,-11,-13.7,-13.6,-14.1,-14.1,-13.5,-13.9,-13.7,-12.7,-14.3,-15.2,-14.9,-14.7,-14.8,-14.7,-14.3,-14.5,-15.5,-15.5,-15.7,-15.1,-15.5,-15.5,-16.1,-16.3,-16.3,-16.4);
h.scale = 2;
h.setTime(08,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


