We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377dbf4 commit 44522d0Copy full SHA for 44522d0
formatters/number.js
@@ -155,6 +155,7 @@ function formatN (d, precision) {
155
*
156
*/
157
function formatC (d, precisionOrFormat) {
158
+ if (d == null) let a=3;
159
if (d !== null && typeof d !== 'undefined') {
160
var _locale = locale[this.lang] || locale.en; // TODO optimize, this test should be done before
161
var _currency = this.modifiedCurrencyTarget || this.currency.target;
0 commit comments