You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/08/15 03:44:11 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #17514: [Bug] 大屏地图运行3天左右,地图丢失,dom显示“Sorry,your browser does support WebGL”

echarts-bot[bot] commented on issue #17514:
URL: https://github.com/apache/echarts/issues/17514#issuecomment-1214583364

   @zxn0225 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] The large-screen map runs for about 3 days, the map is lost, and the dom shows "Sorry, your browser does support WebGL"
   
   **BODY**
   
   ### Version
   
   exhaust 4.7.0 echarts-gl 1.1.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   import * as echarts from "echarts
   import “echarts-gl”
   import { chinaJSON } from "./utils/chinaMap.js"
   echarts.registerMap("china", chinaJSON);
      letChinaMap=echarts.init(this.$refs. ChinaMap)
   ChinaMap.setOption({})
   
   ### Current Behavior
   
   The big screen runs for about three days, the map data is lost, F12 view shows "Sorry, your browser does support WebGL", after refreshing the browser, the map data can be displayed normally
   
   ### Expected Behavior
   
   The source code saw an exception thrown in the new Renderer() or resize() process, and I wanted to help analyze what the cause was
   
   ### Environment
   
   ```markdown
   - OS:win10
   - Browser:chrome 84.0.4147.105
   - Framework:vue2
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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-unsubscribe@echarts.apache.org

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


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