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/05 02:49:25 UTC

[GitHub] [incubator-echarts] JerryYuanJ opened a new issue #10619: 无法给折线图hover上去后面的阴影添加点击事件

JerryYuanJ opened a new issue #10619: 无法给折线图hover上去后面的阴影添加点击事件
URL: https://github.com/apache/incubator-echarts/issues/10619
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   给一个普通折线图添加了tooltip,设置了axisPointer的type是shadow,现在无法给这个shadow添加点击事件。
   
   ### What is expected?
   可以在chart.on(eventName, query, handler)中给一个query,让这个功能生效。
   
   ### What is actually happening?
   给一个普通折线图添加了tooltip,设置了axisPointer的type是shadow,现在无法给这个shadow添加点击事件。
   
   ---
   在折线图上,鼠标点击到折线图的一个地方,下面有一个表格会动态的加载数据,现在只能给这个点添加上点击事件,但是在移动端的话,是对用户不友好的,所以要给这个点所在的这个“列”添加点击事件。
   
   <!-- 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