var h = new Graph(200,120,'#C0C0C0',11,0,0,true);
h.addRow(14.2,14.4,14.3,14.2,14.3,14.2,14.2,14,13.8,13.8,13.9,14.1,14.5,14.7,14.9,14.7,15,15.7,16.6,17.6,18.4,19.2,19.2,19.3,19.2,19.1,19.4,19.2,19.1,18.4,17.5,16.2,15.5,15.3,14.7,13.8,13.4,13.2,13.2,13.2,13.1,12.9,12.7,12.5,11.7,11.9,12.1,11.6);
h.scale = 1;
h.setTime(02,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

