var h = new Graph(200,120,'#000000',31,0,0,true);
h.addRow(32,34,38,43,44,45,46,46,46,46,46,47,47,48,50,51,52,53,53,54,55,55,55,56,55,56,56,56,52,49,49,48,48,48,44,46,47,45,43,43,42,43,43,42,40,39,39,42);
h.scale = 5;
h.setTime(16,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

