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

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/m4zvefah/
   
   ### Steps to Reproduce
   
   1. In a line chart, set the following values for tooltip:
   ```
   appendToBody: true,
   confine: true,
   ```
   This is to solve the issue regarding tooltip being cut off when container is 
so small. 
   The tooltip in this case should be viewable when you hover. 
   
   2. Open the parent div in HTML5 fullscreen mode 
   3. Check for the tooltip again. 
   
   ### Current Behavior
   
   On fullscreen mode, the tooltip is not displayed. 
   This is because of the following code:
   ```
   appendToBody: true,
   confine: true,
   ```
   but this code is needed to be able to view the tooltip in normal mode (not 
fullscreen) especially when the chart is small
   
   ### Expected Behavior
   
   Both modes should show the tooltip
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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