6 lines
110 B
Plaintext
Raw Permalink Normal View History

2025-04-14 14:25:41 +08:00
module.exports = {
text: function(pivotText, percentage) {
return pivotText || percentage + '%';
}
};