提交 27ca6c54 编写于 作者: L lang

Label formatter fix

上级 4a12ab66
......@@ -163,7 +163,7 @@ define(function(require) {
var params = this.getFormatParams(dataIndex);
if (!formatter) {
formatter = itemModel.get('itemStyle.' + status + '.label.formatter')
formatter = itemModel.get('label.' + status + '.formatter')
}
if (typeof formatter === 'function') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册