Uncaught Error: `setOption` should not be called during main process.
时间:2019-10-28 14:07:10
收藏:0
阅读:1755
主要是自己记笔记用,大佬些莫怪!
使用 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
原文:https://www.cnblogs.com/gzbit-zxx/p/11751637.html
评论(0)