已经解决了,是ajax的作用域出现了问题,在这里我们不能使用$.get(uri,function(data){})的方式使用数据,而应该使用$.get(uri).then(res
=>{})的方式来使用数据[ Full content available at: https://github.com/apache/incubator-echarts/issues/8989 ] This message was relayed via gitbox.apache.org for [email protected]
