var h = new Graph(200,120,'#FF0000',45,0,0,true);
h.addRow(83,66,69,54,59,47,46,51,53,56,56,57,61,67,72,77,81,81,83,85,86,88,89,90,91,92,92,93,94,94,95,95,95,96,96,96,97,97,97,97,97,96,96,96,96,96,95,95);
h.scale = 10;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

