helgasoft commented on issue #20454:
URL: https://github.com/apache/echarts/issues/20454#issuecomment-2460753460

   @lycfr, apparently browsers **stop** executing scripts in **inactive tabs**, 
see 
[this](https://stackoverflow.com/questions/48007120/script-not-working-on-inactive-tab).
   To keep your script alive in Chrome, there are at least 3 options :
   - type _chrome://discards_, then click on 'Toggle' under 'Auto Discardable'. 
Tick mark should change it to X mark.
   - add a background web worker, see 
[example](https://helgasoft.github.io/echarty/test/realTime.html)
   - find a chrome extension
   
   


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