提交 29b477b0 编写于 作者: S sushuang

compat geo.regions[i].label.textStyle

上级 5cb22400
......@@ -172,7 +172,12 @@ define(function (require) {
});
each(toArr(option.geo), function (geoOpt) {
isObject(geoOpt) && compatLabelTextStyle(geoOpt.label);
if (isObject(geoOpt)) {
compatLabelTextStyle(geoOpt.label);
each(toArr(geoOpt.regions), function (regionObj) {
compatLabelTextStyle(regionObj.label);
});
}
});
compatLabelTextStyle(toObj(option.timeline).label);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册