var h = new Graph(200,120,'#FF8000',26.01,0,1,false);
h.addRow(26.04,26.04,26.07,26.07,26.1,26.07,26.1,26.1,26.13,26.13,26.13,26.16,26.16,26.16,26.16,-999,26.16,26.19,26.19,26.22,26.22,26.22,26.22,26.22,26.22,26.22,26.22,26.22,26.25,26.25,26.25,26.25,26.25,26.25,26.28,26.28,26.28,26.31,26.31,26.31,26.31,26.34,26.34,26.34,26.34,26.34,26.37,26.34);
h.scale = 0.08;
h.setTime(12,30,false);
h.inc =30;
h.skip =12;
h.title = "Barometer: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "In.Hg";
h.build();


