var h = new Graph(200,120,'#8080FF',11,0,0,false);
h.addRow(14,17,18,31,58,60,43,33,22,29,30,44,49,64,43,49,59,62,68,72,76,71,75,76,77,76,74,75,77,77,77,78,78,76,32,28,19,18,16,15,12,15,16,12,12,12,12,19);
h.scale = 13;
h.setTime(15,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

