var h = new Graph(200,120,'#000000',-19,0,0,true);
h.addRow(-16.3,-16.7,-17.5,-17.8,-16.6,-15.4,-14.4,-13.7,-13.5,-13.4,-13.1,-12.8,-13.3,-11.9,-13.1,-11.6,-11.7,-11.3,-11.3,-11,-11.2,-10.9,-10.2,-10.7,-11.1,-10.5,-11.2,-10.4,-10.9,-11.1,-12.5,-10,-10.2,-8.7,-10.3,-9.8,-9.6,-10,-8.8,-10.1,-10.8,-10.5,-10.9,-10.1,-11.7,-13.5,-14.1,-12.9);
h.scale = 2;
h.setTime(16,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

