var h = new Graph(200,120,'#FF0000',15,0,0,true);
h.addRow(18.8,17.6,16.7,16.2,15.9,16.1,17.3,18.7,19.5,20,19.8,20.3,20.6,20.7,20.8,20.8,20.8,21.2,21.7,22.2,22.7,22.9,23,23,23.2,23.4,23.4,22.6,22.2,21.9,21.5,21,20.4,20.4,20.7,20.4,20.3,20.2,20.2,20.3,20.6,20.6,20.6,20.3,20.1,19.9,19.8,19.6);
h.scale = 1;
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();

