wukuy opened a new issue #8452: ReferenceError: zrUtil is not defined
URL: https://github.com/apache/incubator-echarts/issues/8452
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   
   js 报错
   某些android版本手机报错
   ```
   [Vue warn]: Error in callback for watcher "options": "ReferenceError: zrUtil 
is not defined"
   ```
   折线图无法正常显示
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   4.10
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   vivo X6Plus L android 5.1
   还有另一款手机忘记了叫什么型号,也是版本比较低的
   公司也就几台测试机,两台报的相同的错误
   
   ### Expected behaviour [期望结果]
   4.10没这个问题的报错
   
   我这里已经解决,
   package.json
   ```json
   "echarts": "^4.0.4",
   ```
   改为
   package.json
   ```json
   "echarts": "4.0.4",
   ```
   
   `^`去掉。把版本号锁死在4.0.4,`^`会升级小版本
   重现装包
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to