var h = new Graph(200,120,'#C0C0C0',19,0,0,true);
h.addRow(32.5,31.9,33.2,33.1,32.5,32.1,31.8,32.9,31.5,31.8,30.2,28.9,27,25.5,23.6,22.6,22.3,22.3,22.7,22.3,22.3,22.1,21.5,21.4,22,22.9,23.1,23.3,23,21.6,21.3,21.3,20.2,20.3,21.1,21.7,22.7,22.9,25.4,27.9,30.1,29.2,29.5,-999,32.6,31.1,31.2,33.4);
h.scale = 3;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


