var h = new Graph(200,120,'#00FFFF',51,0,0,true);
h.addRow(90,91,91,91,89,87,88,90,91,91,91,91,90,89,89,89,89,90,90,90,90,90,90,89,89,87,81,76,67,58,58,59,53,52,71,81,79,84,85,82,65,72,80,81,76,83,85,87);
h.scale = 8;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

