首页 > 其他 > 详细

Uncaught Error: `setOption` should not be called during main process.

时间:2019-10-28 14:07:10      阅读:1757      评论:0      收藏:0      [点我收藏+]

主要是自己记笔记用,大佬些莫怪!

使用 echart 出现 :Uncaught Error: `setOption` should not be called during main process. 

setTimeout(() => {
            try {
                gb.chart.setOption(option, true)
            } catch (error) {}
        }, 500)

参考:https://blog.csdn.net/guoliwei2010/article/details/78452295

Uncaught Error: `setOption` should not be called during main process.

原文:https://www.cnblogs.com/gzbit-zxx/p/11751637.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!