var h = new Graph(200,120,'#FF0000',51,0,0,true);
h.addRow(60,60,60,60,61,61,62,62,62,62,60,58,57,55,53,52,52,53,62,67,69,67,64,58,56,56,56,56,56,57,58,58,58,59,59,60,60,60,60,61,61,62,62,63,63,63,63,64);
h.scale = 3;
h.setTime(07,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

