var h = new Graph(200,120,'#FF0000',39,0,0,false);
h.addRow(63,61,62,61,61,63,63,63,64,65,72,73,74,75,75,76,76,74,73,72,71,67,63,60,56,54,52,51,50,49,47,47,40,42,40,42,44,48,49,49,48,50,49,49,49,44,42,41);
h.scale = 7;
h.setTime(23,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

