var h = new Graph(200,120,'#0000FF',54,0,0,false);
h.addRow(80,82,85,86,87,82,82,82,81,81,82,83,83,84,83,85,87,87,86,87,87,88,87,87,87,86,85,82,80,79,78,74,73,69,62,58,55,58,58,64,66,69,72,74,74,76,78,79);
h.scale = 7;
h.setTime(19,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

