未验证 提交 f83c355f 编写于 作者: S sushuang 提交者: GitHub

remove console.log

上级 b7553885
......@@ -294,7 +294,6 @@ echarts.extendComponentView({
var existEl = elMap.get(id);
var parentId = elOption.parentId;
var targetElParent = parentId != null ? elMap.get(parentId) : rootGroup;
console.log('tagetParent', targetElParent);
var elOptionStyle = elOption.style;
if (elOption.type === 'text' && elOptionStyle) {
......@@ -357,7 +356,6 @@ echarts.extendComponentView({
? parsePercent(elOption.height, parentHeight)
: parentHeight;
console.log(el.type, el.__ecGraphicWidth, el.__ecGraphicHeight);
setEventData(el, graphicModel, elOption);
}
});
......@@ -559,4 +557,4 @@ function setEventData(el, graphicModel, elOption) {
if (eventData) {
eventData.info = el.info;
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册