this.y = (function(_this) {
        return function(d, layout, conf) {
            var angle, height, r;
            height = _this.ratio(d.value, conf.cmin, conf.cmax, conf.outerRadius - conf.innerRadius, false, conf.logscale);
            if (conf.direction === 'in') {