var h = new Graph(200,120,'#000000',33,0,0,true);
h.addRow(34,35,37,37,48,55,54,50,50,50,50,51,51,51,51,50,49,51,52,53,53,56,60,57,56,57,57,57,60,59,58,58,57,57,56,55,54,53,54,50,49,51,48,45,46,46,47,47);
h.scale = 5;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

