var h = new Graph(200,120,'#8080FF',26,0,0,false);
h.addRow(42,41,41,41,40,40,39,38,37,36,35,35,34,34,34,33,33,33,33,32,32,32,32,32,32,31,31,30,30,30,30,29,29,27,29,29,29,30,29,30,30,30,30,30,30,30,31,32);
h.scale = 3;
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();


