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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
