var h = new Graph(200,120,'#FF0000',19,0,0,true);
h.addRow(22.6,22.7,22.7,23.4,23,22.3,22.2,22.1,23.3,21.9,22.6,22.3,22.1,21.8,21.2,19.8,20.3,19.6,20.8,21.6,24.3,21.9,24.4,26.6,25.4,25.6,26.8,27.8,29.5,28.1,27.4,28.9,30.8,27.4,31.1,29.7,29,30,29.6,30.7,31,31.6,31,29.3,27.9,25.6,24.8,25.3);
h.scale = 2;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


