var h = new Graph(200,120,'#FF0000',28,0,0,false);
h.addRow(31,31,31,30,30,30,29,30,30,31,30,31,33,36,41,42,43,43,45,45,43,43,44,44,45,45,44,45,48,49,49,50,50,50,50,50,52,52,48,45,43,39,34,34,35,33,31,30);
h.scale = 5;
h.setTime(13,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

