var h = new Graph(200,120,'#0000FF',15,0,0,false);
h.addRow(63,64,63,62,64,64,67,67,69,72,70,70,70,70,66,64,68,63,50,43,36,33,29,27,25,23,22,22,21,19,16,18,18,21,22,27,31,34,34,34,33,35,36,36,35,36,36,36);
h.scale = 11;
h.setTime(23,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

