Uncaught TypeError: external_echarts_.helper.createTextStyle is not a functionat Object.seriesModel.layoutInstance.ondraw問題的解決

yesyes1發表於2024-04-22

問題描述

使用echarts.js時,在頁面後臺報出這樣一個錯誤;

升級echarts或者降級wordCould.js都沒有作用;

問題解決

只需要將原來對echarts.js的引用改成下面這樣:

https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js

這樣更改,這個問題就能夠解決啦~~~

相關文章