var h = new Graph(200,120,'#FF0000',46,0,0,true);
h.addRow(47,48,48,49,47,47,50,52,55,55,56,55,53,64,70,72,74,74,75,76,77,77,77,71,70,71,74,76,79,81,81,80,81,82,84,85,86,85,85,86,87,88,88,89,90,90,91,90);
h.scale = 9;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


