var h = new Graph(200,120,'#FF0000',27,0,0,false);
h.addRow(51,43,45,42,38,37,41,36,37,38,37,35,38,43,46,51,57,63,66,71,74,77,76,79,81,83,85,86,88,89,90,90,91,91,92,91,92,91,91,90,87,65,49,49,37,33,31,28);
h.scale = 13;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


