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/01/31 10:14:15 UTC

[GitHub] medhalohar opened a new issue #9880: Tooltip issue: showing manually using dispatchAction() with x and y co-ordinates.

medhalohar opened a new issue #9880: Tooltip issue: showing manually using dispatchAction() with x and y co-ordinates. 
URL: https://github.com/apache/incubator-echarts/issues/9880
 
 
   Description:
   tooltip gets Hidden immediately as soon as tooltip displayed using dispatchAction() method, when we pass x and y co-ordinates instead of seriesIndex and dataIndex shown as follows.
   
   myChart.dispatchAction({
          type: 'showTip',
          x: params.event.offsetX,
          y: params.event.offsetY,
          position: [params.event.offsetX + 20, params.event.offsetY + 20]
   });

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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