var h = new Graph(200,120,'#FF0000',17,0,0,true);
h.addRow(22.9,23,22.6,23.9,26.8,25.7,25.3,27.5,26.2,26.6,27.5,27,26.6,26.5,26,25.5,25.7,25.1,24.4,23.6,22.7,21.8,20.6,20,19.8,19.8,19.5,19.3,19.2,19.3,19.2,19.1,19,19.2,18.8,19.1,19.3,19.3,19.2,18.9,18.2,18,18.6,18.9,19.8,22.1,23,22.7);
h.scale = 2;
h.setTime(09,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

