var h = new Graph(200,120,'#0000FF',41,0,0,true);
h.addRow(42,42,43,42,43,43,43,43,42,43,43,43,44,44,44,44,44,44,43,43,43,44,45,45,45,45,45,45,45,46,45,44,43,43,43,43,43,44,43,43,43,43,43,43,43,43,42,42);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Luftfuktighet inomhus senaste 24 timmarna";
// h.xLabel = "Tid";
h.yLabel = "%";
h.build();

