var h = new Graph(200,120,'#C0C0C0',15,0,0,true);
h.addRow(19.4,19.1,18.2,19.7,20.1,21.2,21.5,21.9,22.2,22.1,22,21.5,21.2,20.9,21.3,21.4,21.3,21.2,20.8,20.4,19.6,19.2,19.1,19,19,18.9,18.3,17.2,16.5,16.3,16.3,16.2,16.2,16.4,16.5,16.3,16.3,16.3,16.3,16,15.8,15.9,16,16.4,16.8,17.2,17.7,18.4);
h.scale = 1;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


