You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/26 13:26:36 UTC

[GitHub] [incubator-echarts] 100pah commented on a change in pull request #10743: Fix: graphic group position

100pah commented on a change in pull request #10743: Fix: graphic group position
URL: https://github.com/apache/incubator-echarts/pull/10743#discussion_r297629243
 
 

 ##########
 File path: src/component/graphic.js
 ##########
 @@ -293,6 +294,7 @@ echarts.extendComponentView({
             var existEl = elMap.get(id);
             var parentId = elOption.parentId;
             var targetElParent = parentId != null ? elMap.get(parentId) : rootGroup;
+            console.log('tagetParent', targetElParent);
 
 Review comment:
   delete it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org