var h = new Graph(200,120,'#FF0000',13,0,0,true);
h.addRow(15.7,15.4,15.1,14.7,14.7,14.7,14.7,14.7,14.7,14.8,14.8,15,15,15,15,14.9,14.9,14.9,14.6,14.4,14.3,14.2,14.1,14.1,14,14.3,16.2,16.8,17.1,17.1,17.7,18.3,18.7,19.7,20.1,21.5,20.6,19.9,21.2,21.4,21.9,21.3,21,21.1,20.7,20.1,19.9,20.1);
h.scale = 2;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

