var h = new Graph(200,120,'#FF0000',32,0,0,true);
h.addRow(41,40,37,37,37,34,33,33,34,37,39,41,43,45,47,49,51,54,59,63,65,68,69,70,72,74,75,75,74,74,74,75,75,76,75,75,75,76,76,75,74,74,75,70,66,61,50,54);
h.scale = 9;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

