var h = new Graph(200,120,'#0000FF',4,0,0,true);
h.addRow(6.2,6.1,5.6,5.5,5.7,6,6.8,8,9.7,12.2,13.6,14.1,15.7,17.2,18.3,18.9,19.1,19.9,20.1,20,19.7,21.1,20,20,19.5,19.2,18.6,18.5,17.2,15.4,13.5,12.2,11.6,10.8,10.1,9.6,9.5,9.3,9,8.7,8.6,8.5,8.6,8.8,8.8,9,9.4,9.3);
h.scale = 3;
h.setTime(05,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

