6 lines
115 B
Plaintext
Raw Normal View History

2019-12-23 14:13:27 +08:00
module.exports = {
text: function(pivotText, percentage) {
return pivotText || percentage + '%';
}
};