var h = new Graph(200,120,'#FF0000',29.14,0,1,false);
h.addRow(29.17,29.2,29.2,29.2,29.2,29.23,29.23,29.23,29.23,29.26,29.23,29.23,29.26,29.26,29.26,29.26,29.26,29.26,29.29,29.29,29.29,29.29,29.32,29.32,29.32,29.35,29.35,29.38,29.38,29.38,29.38,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35,29.35);
h.scale = 0.05;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Barometer: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "In.Hg";
h.build();


