plainheart commented on issue #18944:
URL: https://github.com/apache/echarts/issues/18944#issuecomment-1666905598

   As you have enabled `appendToBody`, the tooltip DOM is mounted on the body 
rather than the element `#root`, so it won't be visible if you request 
fullscreen on the root element. Instead, you should request fullscreen on the 
body element.
   In another way, after #18436 is merged, you can also explicitly set the 
append target to be `#root`.


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