我在地图上画了很多片段,在某个时候我需要使用setOption更新这些片段。我发现,他们建议在变量中保存E图表对象,然后根据以下变量进行更新:let echartsObj = echarts.init(document.getElementById("someId,因为我有很多E图表实例,我应该根据它们的id来匹配它们,如下所示:
//It is not updating but I want something like that for updating echarts</em
如果我导入此脚本: <script src="http://echarts.baidu.com/build/dist/echarts.js"></script> 在控制台中,我有这个错误: jquery.min.js:3 Uncaught TypeError: r.easing[this.easing] is not a function
at init.run (jquery.min.