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