module.exports = {
text: function(pivotText, percentage) {
return pivotText || percentage + '%';
}
};