在echarts.js中修改
修改 clone 方法    其中 source instance of Array 修改为
Object.prototype.toString.call(source) === '[object Array]’

开头部分添加:
var Geo = __webpack_require__(166);//166为Geo所在的编号(每个版本可能不一样)
function ECharts (dom, theme, opts) {
this.Geo = Geo;

需要将echarts.js china.js 一起压缩打包 

相关文章:

  • 2021-09-20
  • 2021-11-18
  • 2022-02-14
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-04
  • 2021-09-28
  • 2021-12-28
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案