var h = new Graph(200,120,'#FF0000',19,0,0,true);
h.addRow(33.4,33.2,33.4,33.8,35.2,34.2,32.9,32.8,32.1,30.6,27.5,25.4,24.3,23.9,23.2,22.6,22.1,22,21.8,21.8,21.6,21.4,21.1,20.8,20.6,20.4,20.3,20.3,20.2,19.9,20,20,20,20,20.1,19.8,20,20.1,19.9,20.1,20.4,20.9,21.6,23,22.9,22.9,23,22.6);
h.scale = 3;
h.setTime(10,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

