var h = new Graph(200,120,'#FF00FF',52,0,0,false);
h.addRow(70,72,73,74,75,76,77,78,80,82,83,84,84,85,84,84,85,87,87,88,88,88,88,88,87,87,86,83,80,79,77,73,69,66,65,62,56,55,53,53,53,54,55,56,61,65,68,64);
h.scale = 7;
h.setTime(22,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

