var h = new Graph(200,120,'#8080FF',29.06,0,1,false);
h.addRow(29.09,29.12,29.12,29.14,29.17,29.2,29.2,29.23,29.23,29.26,29.29,29.29,29.32,29.32,29.35,29.35,29.38,29.38,29.38,29.38,29.38,29.41,29.41,29.41,29.41,29.41,29.41,29.41,29.41,29.41,29.41,29.41,29.44,29.47,29.47,29.47,29.47,29.47,29.44,29.47,29.44,29.44,29.41,29.41,29.41,29.41,29.41,29.38);
h.scale = 0.09;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Barometer: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "In.Hg";
h.build();


