var h = new Graph(200,120,'#FF0000',31,0,0,false);
h.addRow(66,69,71,73,76,78,80,81,82,81,76,66,57,56,57,60,64,62,62,66,64,58,55,53,49,48,41,38,36,36,34,32,32,33,33,34,33,33,33,33,32,33,33,33,34,35,38,43);
h.scale = 10;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


