if (axis._title) {
            graph._wrapper.text(graph._chartCont, dims[graph.X] + dims[graph.W] / 2,
                dims[graph.Y] + dims[graph.H] + axis._titleOffset,
                axis._title, $.extend({textAnchor: 'middle'}, axis._titleFormat || {}));
        }