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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   echarts initializes, goes to other web pages, comes back after a while, and 
disappears
   
   ### Steps to Reproduce
   
   echarts.init();echarts initializes, goes to other pages, comes back after a 
while, disappears, and resize is useless
   
   ### Current Behavior
   
   I initialize a line chart, run the project, then go to other web pages, and 
when I go back to my project, the echarts are hidden, the mouse is displayed, 
the mouse is not hidden, and the dom is always present, and the dom elements 
can be detected
   
   ### Expected Behavior
   
    document.addEventListener('visibilitychange', function () {
           myChart.resize()
         });
   
   ### Environment
   
   _No response_
   
   ### 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