提交 d7513363 编写于 作者: K kener

support #760

上级 14e4199f
......@@ -594,13 +594,13 @@ define(function (require) {
.replace('{c}','{c0}');
formatter = formatter.replace('{a0}', serie.name)
.replace('{b0}', name)
.replace('{c0}', value);
.replace('{c0}', this.numAddCommas(value));
return formatter;
}
}
else {
return value;
return this.numAddCommas(value);
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册