var h = new Graph(200,120,'#FFFF00',33,0,0,true);
h.addRow(34,34,35,35,35,35,35,36,36,36,36,36,36,36,37,37,37,37,37,37,38,38,38,38,39,39,40,40,40,41,41,41,42,42,42,42,41,39,38,37,36,35,35,35,34,34,34,34);
h.scale = 2;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


