var h = new Graph(200,120,'#FF0000',13,0,0,true);
h.addRow(15.3,15.3,15.4,15.5,15.5,15.6,15.6,15.7,15.8,16,16.3,16.5,16.7,16.8,16.8,16.8,16.8,17.4,18.2,18.3,18.5,18.5,18.7,18.8,19.3,19.3,18.9,18.9,18.9,19.2,19.2,18,17,16.5,15.4,14.8,14.6,14.8,14.6,14.5,14.5,14.5,14.4,14.2,14,14,13.8,13.9);
h.scale = 1;
h.setTime(03,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

