var h = new Graph(200,120,'#FF0000',19,0,0,false);
h.addRow(23,20,20,21,21,21,21,21,22,25,30,34,38,40,41,43,44,45,45,46,46,48,51,52,52,52,53,53,52,52,53,53,53,55,56,57,59,60,61,62,62,62,61,60,60,59,55,50);
h.scale = 8;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


