viking7982 opened a new issue, #18435:
URL: https://github.com/apache/echarts/issues/18435

   ### What problem does this feature solve?
   
   echarts的父组件设置了overflow:hidden,所以tooltips需要插入到父组件的外面。
   
   虽然现在支持了body插入,但是我们业务的滚动元素不是body,所以插入到body也不能满足需求。
   
   因此希望可以指定插入的DOM节点。
   
   ### What does the proposed API look like?
   
   tooltip.getAppendElement: e => e.closest('.scroll-container')


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to