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