height: function() {
            if (this.data.values && this.currentValue()) {
                return this.currentValue().height;
            }
            return 0;