var h = new Graph(200,120,'#FF0000',45,0,0,true);
h.addRow(93,88,74,60,50,46,56,55,54,56,57,55,53,54,61,57,63,66,69,74,76,77,83,85,87,90,90,90,90,90,90,93,94,94,93,93,93,93,94,95,93,94,91,88,86,86,83,70);
h.scale = 10;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

