You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/05/11 09:10:04 UTC

[GitHub] [echarts] molbal commented on issue #5004: Tooltips should not leave (window)

molbal commented on issue #5004:
URL: https://github.com/apache/echarts/issues/5004#issuecomment-838124575


   I know its an old ticket, but its high in Google results. eCharts 3 now has a new property which does the job perfectly.
   
   ```
   {
       tooltip: {
           position: 'top',
           confine: true
       }
   }
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org