programmingPug commented on issue #12776:
URL: https://github.com/apache/echarts/issues/12776#issuecomment-1816725966

   Actually found a solution with my own question, on the parent of the 
scrollable container have a listener for scroll then just call the method and 
dispatch the hide action. 
   
    public onScroll(event: Event): void {
       this.chart.dispatchAction({
         type: 'hideTip'
       });
     }


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to