var h = new Graph(200,120,'#FF0000',41,0,0,false);
h.addRow(42,42,42,42,42,42,42,42,42,43,44,44,45,45,46,46,47,47,48,48,49,49,49,49,49,50,50,51,52,52,52,53,53,54,54,55,56,56,57,57,58,59,60,61,62,62,62,63);
h.scale = 4;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

