1314 windowonload = function ev 15 $ajax16 type get17 url whitelistSettingstat18 success function res 19 var obj = echartsinitdocumentgetEle
It seems that there is an error in the code. The error message says that "echarts is not defined". This means that the code is trying to use a variable or function named "echarts" which has not been defined or imported.
To fix this error, you need to make sure that the echarts library is properly imported or included in your HTML file. You can check if you have included the necessary script tag for echarts and that the file path is correct.
Once you have properly imported echarts, the error should be resolved and the code should work as expected
原文地址: https://www.cveoy.top/t/topic/hXZc 著作权归作者所有。请勿转载和采集!