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/04/26 09:55:03 UTC

[GitHub] [incubator-echarts] renbuzhudek opened a new issue #10373: 柱状图实例调用dispatchAction显示tooltip,提示框的层级在柱子下面

renbuzhudek opened a new issue #10373: 柱状图实例调用dispatchAction显示tooltip,提示框的层级在柱子下面
URL: https://github.com/apache/incubator-echarts/issues/10373
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   实例化柱形图后调用:
   dispatchAction({
   type: 'showTip',
   })
   
   ### What is expected?
   提示框的层级应该在柱子上面
   
   ### What is actually happening?
   提示框的层级在柱子下面,实际上加了setTimout延迟1000毫秒,刷新几次页面偶尔也会出现这种情况,
   
   ---
   需要刷新页面,这个情况并不是一定会出现,刷新几次,随机会出现几次,事实上我加了延迟1000毫秒执行,依然会出现这个问题
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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