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

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

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

posted @ 2019-10-28 13:08  周兴兴  阅读(8128)  评论(0编辑  收藏  举报